summaryrefslogtreecommitdiff
path: root/target/linux/amazon/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2010-01-31 15:06:17 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2010-01-31 15:06:17 +0000
commitb6a1293e1e41508ee7a4e4b2fd3a0b1fd08337eb (patch)
tree0704e88c73dd05215a168ae59c07d1caf9a76ce2 /target/linux/amazon/Makefile
parent349fb7c742598f8d00ea28ccf5347bbcc378de4a (diff)
downloadmtk-20170518-b6a1293e1e41508ee7a4e4b2fd3a0b1fd08337eb.zip
mtk-20170518-b6a1293e1e41508ee7a4e4b2fd3a0b1fd08337eb.tar.gz
mtk-20170518-b6a1293e1e41508ee7a4e4b2fd3a0b1fd08337eb.tar.bz2
move files to correct position
SVN-Revision: 19453
Diffstat (limited to 'target/linux/amazon/Makefile')
-rw-r--r--target/linux/amazon/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/target/linux/amazon/Makefile b/target/linux/amazon/Makefile
index 826937a..aae39a0 100644
--- a/target/linux/amazon/Makefile
+++ b/target/linux/amazon/Makefile
@@ -18,12 +18,4 @@ define Target/Description
Build firmware images for Infineon Amazon boards
endef
-ifeq ($(KERNEL_PATCHVER),2.6.30)
- define Kernel/Prepare
- $(call Kernel/Prepare/Default)
- mv $(LINUX_DIR)/include/asm-mips/mach-amazon $(LINUX_DIR)/arch/mips/include/asm/mach-amazon
- mv $(LINUX_DIR)/drivers/char/watchdog/amazon_wdt.c $(LINUX_DIR)/drivers/watchdog/amazon_wdt.c
- endef
-endif
-
$(eval $(call BuildTarget))