aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/kernel-headers
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-24 10:07:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-24 10:07:31 +0000
commit793a4515845027a38eb32b7c3297ae8266b8c761 (patch)
treedef47696ef82b9a8556f19c8d0c491dcce02391a /toolchain/kernel-headers
parent512066dba4906f25984b613ed4440b278df4318b (diff)
downloadupstream-793a4515845027a38eb32b7c3297ae8266b8c761.tar.gz
upstream-793a4515845027a38eb32b7c3297ae8266b8c761.tar.bz2
upstream-793a4515845027a38eb32b7c3297ae8266b8c761.zip
toolchain: remove obsolete references to the cris architecture
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44964
Diffstat (limited to 'toolchain/kernel-headers')
-rw-r--r--toolchain/kernel-headers/Makefile9
1 files changed, 0 insertions, 9 deletions
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 <asm\/page\.h>/d' $(BUILD_DIR_TOOLCHAIN)/linux-dev/include/asm/user.h
-endef
-
define Host/Configure/post/mips
$(call Host/Configure/lzma)
endef