summaryrefslogtreecommitdiff
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
authorPaolo Pisati <p.pisati@gmail.com>2017-02-10 19:28:05 +0300
committerTom Rini <trini@konsulko.com>2017-05-10 03:30:08 +0300
commit45a6d231b2f9b891a7df517fc40b8466e12f2b57 (patch)
tree1297bde1b56a80d0d9e9eeda13db1a6bcac5f475 /drivers/watchdog/Makefile
parent3e16705d3e253e54d62c793fc92904840c282576 (diff)
downloadu-boot-45a6d231b2f9b891a7df517fc40b8466e12f2b57.tar.xz
bcm2835_wdt: support for the BCM2835/2836 watchdog
Signed-off-by: Paolo Pisati <p.pisati@gmail.com>
Diffstat (limited to 'drivers/watchdog/Makefile')
-rw-r--r--drivers/watchdog/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile
index dfc7fbda4a..8378601b33 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -18,3 +18,4 @@ obj-$(CONFIG_ULP_WATCHDOG) += ulp_wdog.o
obj-$(CONFIG_WDT) += wdt-uclass.o
obj-$(CONFIG_WDT_SANDBOX) += sandbox_wdt.o
obj-$(CONFIG_WDT_ASPEED) += ast_wdt.o
+obj-$(CONFIG_BCM2835_WDT) += bcm2835_wdt.o