diff options
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 |