remove the 2.6.28 specific Kernel/Prepare hack
authorFlorian Fainelli <florian@openwrt.org>
Tue, 27 Oct 2009 14:01:53 +0000 (14:01 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 27 Oct 2009 14:01:53 +0000 (14:01 +0000)
SVN-Revision: 18184

target/linux/ifxmips/Makefile

index 2d11972020631966cbb768ae62602da717ae1f8c..e728921489a969eb3294bbca54a3e9331816fc8c 100644 (file)
@@ -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))