summaryrefslogtreecommitdiff
path: root/hw/watchdog/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'hw/watchdog/Makefile.objs')
-rw-r--r--hw/watchdog/Makefile.objs3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/watchdog/Makefile.objs b/hw/watchdog/Makefile.objs
index f57133b729..4b0374a555 100644
--- a/hw/watchdog/Makefile.objs
+++ b/hw/watchdog/Makefile.objs
@@ -1,2 +1,3 @@
common-obj-y += watchdog.o
-common-obj-$(CONFIG_PCI) += wdt_i6300esb.o
+common-obj-$(CONFIG_WDT_IB6300ESB) += wdt_i6300esb.o
+common-obj-$(CONFIG_WDT_IB700) += wdt_ib700.o