move files to correct position

SVN-Revision: 19453
master
Hauke Mehrtens 15 years ago
parent 349fb7c742
commit b6a1293e1e
  1. 8
      target/linux/amazon/Makefile
  2. 0
      target/linux/amazon/files/arch/mips/include/asm/mach-amazon/irq.h
  3. 0
      target/linux/amazon/files/arch/mips/include/asm/mach-amazon/mangle-port.h
  4. 0
      target/linux/amazon/files/arch/mips/include/asm/mach-amazon/war.h
  5. 0
      target/linux/amazon/files/drivers/watchdog/amazon_wdt.c

@ -18,12 +18,4 @@ define Target/Description
Build firmware images for Infineon Amazon boards Build firmware images for Infineon Amazon boards
endef 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)) $(eval $(call BuildTarget))

Loading…
Cancel
Save