diff options
author | Tom Rini <trini@ti.com> | 2013-04-30 09:58:03 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-05-01 10:37:35 -0400 |
commit | 92daa4d2cff74d35a8b479c27a419025a464533f (patch) | |
tree | 7ea40acf8c6aa7301643e67acc53418050a9a00a /drivers/watchdog/Makefile | |
parent | 19fe4b3e3122071fbe6481df05bd819405e1983e (diff) | |
parent | 0f21f98dd4d6bff72df4eeaca4163779896cb336 (diff) |
Merge branch 'microblaze' of git://www.denx.de/git/u-boot-microblaze
Diffstat (limited to 'drivers/watchdog/Makefile')
-rw-r--r-- | drivers/watchdog/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile index b1f4e0f03f..13e7c37686 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile @@ -32,6 +32,7 @@ COBJS-y += imx_watchdog.o endif COBJS-$(CONFIG_TNETV107X_WATCHDOG) += tnetv107x_wdt.o COBJS-$(CONFIG_S5P) += s5p_wdt.o +COBJS-$(CONFIG_XILINX_TB_WATCHDOG) += xilinx_tb_wdt.o COBJS := $(COBJS-y) SRCS := $(COBJS:.o=.c) |