diff options
| author | Ulf Samuelsson | 2007-08-20 09:24:10 +0200 |
|---|---|---|
| committer | Ulf Samuelsson | 2007-08-20 09:24:10 +0200 |
| commit | 392ead671e8400a31ce50447efa2c1ab8060875b (patch) | |
| tree | ef93a2f96c7395186705a36a2b37d2681c94df1b /target/device | |
| parent | Ensure ipmi conditional patch is applied (diff) | |
| download | buildroot-392ead671e8400a31ce50447efa2c1ab8060875b.tar.gz buildroot-392ead671e8400a31ce50447efa2c1ab8060875b.tar.xz buildroot-392ead671e8400a31ce50447efa2c1ab8060875b.zip | |
Ensure KERNEL_HEADER_PATCH_DIR is always defined + empty dir for x86
Diffstat (limited to 'target/device')
| -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 |
