aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/watchdog/Makefile')
-rw-r--r--drivers/watchdog/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile
index b2ddff704ae0..9eaa212398d7 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -110,6 +110,9 @@ obj-$(CONFIG_INTEL_SCU_WATCHDOG) += intel_scu_watchdog.o
110# M68K Architecture 110# M68K Architecture
111obj-$(CONFIG_M54xx_WATCHDOG) += m54xx_wdt.o 111obj-$(CONFIG_M54xx_WATCHDOG) += m54xx_wdt.o
112 112
113# MicroBlaze Architecture
114obj-$(CONFIG_XILINX_WATCHDOG) += of_xilinx_wdt.o
115
113# MIPS Architecture 116# MIPS Architecture
114obj-$(CONFIG_ATH79_WDT) += ath79_wdt.o 117obj-$(CONFIG_ATH79_WDT) += ath79_wdt.o
115obj-$(CONFIG_BCM47XX_WDT) += bcm47xx_wdt.o 118obj-$(CONFIG_BCM47XX_WDT) += bcm47xx_wdt.o