summaryrefslogtreecommitdiffstats
path: root/toolchain/kernel-headers/Makefile
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-11-30 10:53:55 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-11-30 10:53:55 +0000
commit1037c8bce19e53efdacb627bf5d94ed2943523aa (patch)
tree5454dd55a3d674448c19dc43804cce12badb3f80 /toolchain/kernel-headers/Makefile
parent9e4ba84089abf6c44f55b963a3133d99d25071ae (diff)
[toolchain] remove support for ubicom32
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34432 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/kernel-headers/Makefile')
-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 7f0962ef9..9427f82c7 100644
--- a/toolchain/kernel-headers/Makefile
+++ b/toolchain/kernel-headers/Makefile
@@ -70,15 +70,6 @@ define Host/Configure/post/cris
$(SED) '/#include <asm\/page\.h>/d' $(BUILD_DIR_TOOLCHAIN)/linux-dev/include/asm/user.h
endef
-define Host/Configure/post/ubicom32
- $(CP) \
- $(HOST_BUILD_DIR)/arch/ubicom32/include/asm/elf.h \
- $(HOST_BUILD_DIR)/arch/ubicom32/include/asm/user.h \
- $(HOST_BUILD_DIR)/arch/ubicom32/include/asm/page.h \
- $(HOST_BUILD_DIR)/arch/ubicom32/include/asm/page_offset.h \
- $(BUILD_DIR_TOOLCHAIN)/linux-dev/include/asm/
-endef
-
define Host/Configure/post/mips
$(call Host/Configure/lzma)
endef