remove the 2.6.28 specific Kernel/Prepare hack
SVN-Revision: 18184
This commit is contained in:
parent
4177b70c8d
commit
84073c9484
1 changed files with 0 additions and 7 deletions
|
@ -21,11 +21,4 @@ define Target/Description
|
||||||
Build firmware images for Infineon Mips Controllers
|
Build firmware images for Infineon Mips Controllers
|
||||||
endef
|
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))
|
$(eval $(call BuildTarget))
|
||||||
|
|
Loading…
Reference in a new issue