X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=toolchain%2Fkernel-headers%2FMakefile;h=90f8eb1a3c2aea57bb143d501ef79d47a6a73a19;hb=79beb6c1e95010c46f6f99392236ceb0d20cc0a6;hp=d93a1230c8e306b042ac48d248207f02b344ac15;hpb=2408c602ccf081f69f5fc634f63189e40175a855;p=openwrt.git diff --git a/toolchain/kernel-headers/Makefile b/toolchain/kernel-headers/Makefile index d93a1230c8..90f8eb1a3c 100644 --- a/toolchain/kernel-headers/Makefile +++ b/toolchain/kernel-headers/Makefile @@ -62,15 +62,6 @@ ifneq ($(CONFIG_mips)$(CONFIG_mipsel),) endef endif -define Host/Configure/post/cris - $(CP) \ - $(HOST_BUILD_DIR)/include/linux/user.h \ - $(BUILD_DIR_TOOLCHAIN)/linux-dev/include/linux/ - ln -snf $(BUILD_DIR_TOOLCHAIN)/linux-dev/include/arch-v10/arch \ - $(BUILD_DIR_TOOLCHAIN)/linux-dev/include/arch - $(SED) '/#include /d' $(BUILD_DIR_TOOLCHAIN)/linux-dev/include/asm/user.h -endef - define Host/Configure/post/mips $(call Host/Configure/lzma) endef