diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-09-14 18:34:54 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-09-14 18:34:54 +0000 |
commit | 5c637a20e9d13433feb05b804b946690287ffe72 (patch) | |
tree | ac3b290ed9a874ce06bc32ff3782c365897f618f /Makefile.hw | |
parent | 55338f1dd4648d78ee130d83a92f1059ff1f3887 (diff) |
Fix breakage by f80237d45032fbc429aba3b597175fb544a11378 for ISA-less targets
Move ISA bus to HW library.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
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 |