Skip to content
Snippets Groups Projects
Commit 05baf2ce authored by Felix Fietkau's avatar Felix Fietkau
Browse files

toolchain: remove obsolete kernel version check


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 47413
parent ad133b57
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment