aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/kernel-headers
diff options
context:
space:
mode:
authorClaudio Mignanti <c.mignanti@gmail.com>2009-07-03 12:49:50 +0000
committerClaudio Mignanti <c.mignanti@gmail.com>2009-07-03 12:49:50 +0000
commitf3822efd8e37af3ff57e5424868db5ce80ad45ac (patch)
tree813ec87615b4d8f2a09db057630f2d873cda0066 /toolchain/kernel-headers
parenta10e35c0a83c437aabb6fa030bc415a95832aa78 (diff)
downloadupstream-f3822efd8e37af3ff57e5424868db5ce80ad45ac.tar.gz
upstream-f3822efd8e37af3ff57e5424868db5ce80ad45ac.tar.bz2
upstream-f3822efd8e37af3ff57e5424868db5ce80ad45ac.zip
install headers, fix foxboard-utils
SVN-Revision: 16661
Diffstat (limited to 'toolchain/kernel-headers')
-rw-r--r--toolchain/kernel-headers/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/toolchain/kernel-headers/Makefile b/toolchain/kernel-headers/Makefile
index 47737b0064..ff2ce2331a 100644
--- a/toolchain/kernel-headers/Makefile
+++ b/toolchain/kernel-headers/Makefile
@@ -83,9 +83,7 @@ ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),lt,2.6.28)),1)
define Host/Prepare/post/cris
$(CP) \
$(HOST_BUILD_DIR)/include/linux/user.h \
- $(BUILD_DIR_TOOLCHAIN)/linux-dev/usr/include/linux/
- $(CP) \
- $(HOST_BUILD_DIR)/include/linux/user.h \
+ $(HOST_BUILD_DIR)/include/linux/autoconf.h \
$(BUILD_DIR_TOOLCHAIN)/linux-dev/usr/include/linux/
$(CP) \
$(HOST_BUILD_DIR)/include/asm-cris/elf.h \
@@ -109,6 +107,7 @@ else
define Host/Prepare/post/cris
$(CP) \
$(HOST_BUILD_DIR)/include/linux/user.h \
+ $(HOST_BUILD_DIR)/include/linux/autoconf.h \
$(BUILD_DIR_TOOLCHAIN)/linux-dev/usr/include/linux/
ln -snf $(BUILD_DIR_TOOLCHAIN)/linux-dev/usr/include/arch-v10/arch \
$(BUILD_DIR_TOOLCHAIN)/linux-dev/usr/include/arch