summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
Diffstat (limited to 'target')
-rw-r--r--target/linux/ifxmips/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/target/linux/ifxmips/Makefile b/target/linux/ifxmips/Makefile
index 2d1197202..e72892148 100644
--- a/target/linux/ifxmips/Makefile
+++ b/target/linux/ifxmips/Makefile
@@ -21,11 +21,4 @@ define Target/Description
Build firmware images for Infineon Mips Controllers
endef
-ifeq ($(KERNEL_PATCHVER),2.6.28)
- define Kernel/Prepare
- $(call Kernel/Prepare/Default)
- mv $(LINUX_DIR)/include/asm-mips/* $(LINUX_DIR)/arch/mips/include/asm/
- endef
-endif
-
$(eval $(call BuildTarget))