toolchain: remove obsolete kernel version check
authorFelix Fietkau <nbd@openwrt.org>
Sat, 7 Nov 2015 16:22:18 +0000 (16:22 +0000)
committerFelix 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

index 90f8eb1a3c2aea57bb143d501ef79d47a6a73a19..68c83a065ec32ae13dca9811f3b8b1a08e9c8e40 100644 (file)
@@ -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