From: Felix Fietkau Date: Sat, 7 Nov 2015 16:22:18 +0000 (+0000) Subject: toolchain: remove obsolete kernel version check X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=05baf2ced2883dd4642064f493360df740a408ea;p=openwrt%2Fstaging%2Fluka.git toolchain: remove obsolete kernel version check Signed-off-by: Felix Fietkau SVN-Revision: 47413 --- 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