diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-29 19:25:24 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-29 19:25:24 +0000 |
commit | 9d58dd738405382a85bedc94059f1180ba7ba388 (patch) | |
tree | 1dbfd28495d4bb73fea869fe4401cf10d3c637ad /target/device/x86/i386/Makefile.in | |
parent | e87389229eb4537627322582510dd52fce312d3e (diff) |
Update x86 BSP to latest uclibc/linux/tools versions
Diffstat (limited to 'target/device/x86/i386/Makefile.in')
-rw-r--r-- | target/device/x86/i386/Makefile.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/target/device/x86/i386/Makefile.in b/target/device/x86/i386/Makefile.in deleted file mode 100644 index a9b676672..000000000 --- a/target/device/x86/i386/Makefile.in +++ /dev/null @@ -1,9 +0,0 @@ -ifeq ($(strip $(BR2_PACKAGE_LINUX_FORMAT)),) -ifndef LINUX26_FORMAT -LINUX26_FORMAT=bzImage -endif -else -LINUX26_FORMAT=$(strip $(BR2_PACKAGE_LINUX_FORMAT)) -endif - -KERNEL_HEADERS_PATCH_DIR:=$(BOARD_PATH)/kernel-header-patches |