projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf57e90
)
fix compilation w/ 2.6.33
author
Florian Fainelli
<florian@openwrt.org>
Mon, 1 Mar 2010 14:55:07 +0000
(14:55 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 1 Mar 2010 14:55:07 +0000
(14:55 +0000)
SVN-Revision: 19933
toolchain/kernel-headers/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/kernel-headers/Makefile
b/toolchain/kernel-headers/Makefile
index 86c13d47d110968c02e4e08fac339037c4c74f2d..4c4d4273fad4e24df3b3a8c2eac86853e8eacab4 100644
(file)
--- a/
toolchain/kernel-headers/Makefile
+++ b/
toolchain/kernel-headers/Makefile
@@
-105,7
+105,11
@@
define Host/Prepare
ln -sf linux-$(LINUX_VERSION) $(BUILD_DIR_TOOLCHAIN)/linux
$(SED) 's/@expr length/@-expr length/' $(HOST_BUILD_DIR)/Makefile
yes '' | $(KMAKE) oldconfig
+ifeq ($(CONFIG_LINUX_2_6_33),y)
+ $(KMAKE) include/linux/version.h arch/$(LINUX_KARCH)/include/asm
+else
$(KMAKE) include/linux/version.h include/asm
+endif
if [ -d $(HOST_BUILD_DIR)/arch/$(LINUX_KARCH)/include/asm ]; then \
$(CP) \
$(HOST_BUILD_DIR)/arch/$(LINUX_KARCH)/include/asm/. \