diff options
Diffstat (limited to 'Makefile.hw')
-rw-r--r-- | Makefile.hw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.hw b/Makefile.hw index 6472ec1637..84d0cc506e 100644 --- a/Makefile.hw +++ b/Makefile.hw @@ -21,7 +21,7 @@ obj-y += m48t59.o escc.o # SCSI layer obj-y += lsi53c895a.o esp.o -obj-y += dma-helpers.o sysbus.o qdev-addr.o +obj-y += dma-helpers.o sysbus.o qdev-addr.o isa-bus.o all: $(HWLIB) # Dummy command so that make thinks it has done something |