aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.hw
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2009-09-14 18:34:54 +0000
committerBlue Swirl <blauwirbel@gmail.com>2009-09-14 18:34:54 +0000
commit5c637a20e9d13433feb05b804b946690287ffe72 (patch)
treeac3b290ed9a874ce06bc32ff3782c365897f618f /Makefile.hw
parent55338f1dd4648d78ee130d83a92f1059ff1f3887 (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.hw2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.hw b/Makefile.hw
index 6472ec163..84d0cc506 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