diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-20 07:24:10 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-20 07:24:10 +0000 |
commit | 392ead671e8400a31ce50447efa2c1ab8060875b (patch) | |
tree | ef93a2f96c7395186705a36a2b37d2681c94df1b /target | |
parent | 349108bf57ef84c4c3719ad7995aeaf6a669a95f (diff) |
Ensure KERNEL_HEADER_PATCH_DIR is always defined + empty dir for x86
Diffstat (limited to 'target')
-rw-r--r-- | target/device/x86/i386/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/device/x86/i386/Makefile.in b/target/device/x86/i386/Makefile.in index 08ae1b1a2..c1c6ac0c1 100644 --- a/target/device/x86/i386/Makefile.in +++ b/target/device/x86/i386/Makefile.in @@ -15,3 +15,5 @@ endif else LINUX26_FORMAT=$(strip $(BR2_PACKAGE_LINUX_FORMAT)) endif + +KERNEL_HEADERS_PATCH_DIR:=$(BR2_BOARD_PATH)/kernel-header-patches |