diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-04-25 13:56:19 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-05-01 09:44:11 -0500 |
commit | 9dd986ccf68f142aaafe543d80cf877716d91d4e (patch) | |
tree | 3e9627e3ca3e9414e652ae4085401b0af6b050f5 /Makefile.target | |
parent | ffad4116b96e29e0fbe892806f97c0a6c903d30d (diff) |
Hardware watchdog
Here is an updated hardware watchdog patch, which should fix
everything that was raised about the previous version ...
Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index 82ada5a0e6..f73510524c 100644 --- a/Makefile.target +++ b/Makefile.target @@ -582,6 +582,10 @@ OBJS += pcnet.o OBJS += rtl8139.o OBJS += e1000.o +# Generic watchdog support and some watchdog devices +OBJS += watchdog.o +OBJS += wdt_ib700.o wdt_i6300esb.o + ifeq ($(TARGET_BASE_ARCH), i386) # Hardware support OBJS+= ide.o pckbd.o vga.o $(SOUND_HW) dma.o |