diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-02-05 12:27:44 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-08 18:13:13 +0200 |
commit | a100107d5612ba568c817f22c628b2c9eeb431bf (patch) | |
tree | 316743c0e842d28dbe547175ecee915e56e4fc88 /hw/watchdog/Makefile.objs | |
parent | ddf2bcfc63e7c73cc37f870599ee61f9204bde66 (diff) |
hw: move watchdogs to hw/watchdog, configure via default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/watchdog/Makefile.objs')
-rw-r--r-- | hw/watchdog/Makefile.objs | 3 |
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 |