From 793a4515845027a38eb32b7c3297ae8266b8c761 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 24 Mar 2015 10:07:31 +0000 Subject: toolchain: remove obsolete references to the cris architecture Signed-off-by: Felix Fietkau SVN-Revision: 44964 --- toolchain/kernel-headers/Makefile | 9 --------- 1 file changed, 9 deletions(-) (limited to 'toolchain/kernel-headers') 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 -- cgit v1.2.3