diff options
Diffstat (limited to 'target/device/x86/i686/Makefile.in')
-rw-r--r-- | target/device/x86/i686/Makefile.in | 17 |
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 + |