summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm1176/tnetv107x/Makefile
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2012-07-21 05:02:21 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-10-18 06:52:02 +0200
commitd731282e7c210bb002cc0a2f3859be4efd3120c7 (patch)
tree71bb7a9566069ccd482fa2792ce1803076658d7e /arch/arm/cpu/arm1176/tnetv107x/Makefile
parentb9f4bc34ac0ee40f8d6a952036b4cd62b854aa74 (diff)
downloadu-boot-imx-d731282e7c210bb002cc0a2f3859be4efd3120c7.zip
u-boot-imx-d731282e7c210bb002cc0a2f3859be4efd3120c7.tar.gz
u-boot-imx-d731282e7c210bb002cc0a2f3859be4efd3120c7.tar.bz2
dm: wdt: arm: Move tnetv107x into drivers/watchdog/
Signed-off-by: Marek Vasut <marex@denx.de> Cc: Oliver Brown <obrown@adventnetworks.com> Cc: Wolfgang Denk <wd@denx.de> Cc: Albert Aribaud <albert.u.boot@aribaud.net> Cc: U-Boot DM <u-boot-dm@lists.denx.de>
Diffstat (limited to 'arch/arm/cpu/arm1176/tnetv107x/Makefile')
-rw-r--r--arch/arm/cpu/arm1176/tnetv107x/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/arm1176/tnetv107x/Makefile b/arch/arm/cpu/arm1176/tnetv107x/Makefile
index c63dc92..c1d4d67 100644
--- a/arch/arm/cpu/arm1176/tnetv107x/Makefile
+++ b/arch/arm/cpu/arm1176/tnetv107x/Makefile
@@ -21,7 +21,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(SOC).o
-COBJS += aemif.o clock.o init.o mux.o timer.o wdt.o
+COBJS += aemif.o clock.o init.o mux.o timer.o
SOBJS += lowlevel_init.o
SRCS := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)