diff options
Diffstat (limited to 'drivers/watchdog/Makefile')
-rw-r--r-- | drivers/watchdog/Makefile | 3 |
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 |
111 | obj-$(CONFIG_M54xx_WATCHDOG) += m54xx_wdt.o | 111 | obj-$(CONFIG_M54xx_WATCHDOG) += m54xx_wdt.o |
112 | 112 | ||
113 | # MicroBlaze Architecture | ||
114 | obj-$(CONFIG_XILINX_WATCHDOG) += of_xilinx_wdt.o | ||
115 | |||
113 | # MIPS Architecture | 116 | # MIPS Architecture |
114 | obj-$(CONFIG_ATH79_WDT) += ath79_wdt.o | 117 | obj-$(CONFIG_ATH79_WDT) += ath79_wdt.o |
115 | obj-$(CONFIG_BCM47XX_WDT) += bcm47xx_wdt.o | 118 | obj-$(CONFIG_BCM47XX_WDT) += bcm47xx_wdt.o |