summaryrefslogtreecommitdiff
path: root/target/device/x86/i686/Makefile.in
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-29 19:25:24 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-29 19:25:24 +0000
commit9d58dd738405382a85bedc94059f1180ba7ba388 (patch)
tree1dbfd28495d4bb73fea869fe4401cf10d3c637ad /target/device/x86/i686/Makefile.in
parente87389229eb4537627322582510dd52fce312d3e (diff)
Update x86 BSP to latest uclibc/linux/tools versions
Diffstat (limited to 'target/device/x86/i686/Makefile.in')
-rw-r--r--target/device/x86/i686/Makefile.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/device/x86/i686/Makefile.in b/target/device/x86/i686/Makefile.in
new file mode 100644
index 000000000..99ef63b15
--- /dev/null
+++ b/target/device/x86/i686/Makefile.in
@@ -0,0 +1,17 @@
+BOARD_NAME=$(strip $(subst ",,$(BR2_BOARD_NAME)))
+#"))
+BOARD_PATH=$(strip $(subst ",,$(BR2_BOARD_PATH)))
+#"))
+
+
+
+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
+