projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad133b5
)
toolchain: remove obsolete kernel version check
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 7 Nov 2015 16:22:18 +0000
(16:22 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 7 Nov 2015 16:22:18 +0000
(16:22 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47413
toolchain/kernel-headers/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/kernel-headers/Makefile
b/toolchain/kernel-headers/Makefile
index 90f8eb1a3c2aea57bb143d501ef79d47a6a73a19..68c83a065ec32ae13dca9811f3b8b1a08e9c8e40 100644
(file)
--- a/
toolchain/kernel-headers/Makefile
+++ b/
toolchain/kernel-headers/Makefile
@@
-57,7
+57,7
@@
ifneq ($(CONFIG_mips)$(CONFIG_mipsel),)
$(CP) \
$(HOST_BUILD_DIR)/arch/mips/include/asm/asm.h \
$(HOST_BUILD_DIR)/arch/mips/include/asm/regdef.h \
- $(
if $(call kernel_patchver_ge,3.15.0),$(HOST_BUILD_DIR)/arch/mips/include/asm/asm-eva.h)
\
+ $(
HOST_BUILD_DIR)/arch/mips/include/asm/asm-eva.h
\
$(BUILD_DIR_TOOLCHAIN)/linux-dev/include/asm/
endef
endif