From: nbd Date: Sat, 7 Nov 2015 16:22:18 +0000 (+0000) Subject: toolchain: remove obsolete kernel version check X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=b20fc4b63a91e146da6b4c0abc08edf0c6d3a6d7;hp=8d0964e41e679f67ecc31ddddeed87a329b3ac0c;p=openwrt-working-2016%2F.git toolchain: remove obsolete kernel version check Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47413 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/toolchain/kernel-headers/Makefile b/toolchain/kernel-headers/Makefile index 90f8eb1a3c..68c83a065e 100644 --- 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