diff options
author | Macpaul Lin <macpaul@andestech.com> | 2011-01-26 18:46:28 +0800 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-04-11 22:47:52 +0200 |
commit | 9096963c729cc05633f2104ec9b79be732c7b1ac (patch) | |
tree | 6b31a4715ac5a154871f5ad421513173afe067ce /drivers/watchdog/Makefile | |
parent | ee986e2a7d1fd38568e2e5f83563b7bc4f607963 (diff) | |
download | u-boot-imx-9096963c729cc05633f2104ec9b79be732c7b1ac.zip u-boot-imx-9096963c729cc05633f2104ec9b79be732c7b1ac.tar.gz u-boot-imx-9096963c729cc05633f2104ec9b79be732c7b1ac.tar.bz2 |
ftwdt010_wdt: support faraday ftwdt010 watchdog
Faraday ftwdt010 watchdog is an architecture independant
watchdog. It is usually used in SoC chip design.
Signed-off-by: Macpaul Lin <macpaul@andestech.com>
Signed-off-by: Wolfgang Denk <wd@denx.de>
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 6ab4d52..5579bf2 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile @@ -26,6 +26,7 @@ include $(TOPDIR)/config.mk LIB := $(obj)libwatchdog.o COBJS-$(CONFIG_AT91SAM9_WATCHDOG) += at91sam9_wdt.o +COBJS-$(CONFIG_FTWDT010_WATCHDOG) += ftwdt010_wdt.o COBJS := $(COBJS-y) SRCS := $(COBJS:.o=.c) |