diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-05-30 01:48:12 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-05-30 01:48:12 +0000 |
commit | 7d8406be69ce936839300159fcf2a0c4863f7f08 (patch) | |
tree | 8cb181bcb166f9934d1f06f273467adcc00ce44a /Makefile.target | |
parent | 0fc5c15a4fad2dac00126c802554d9ca33c4ccc7 (diff) |
PCI SCSI HBA emulation.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1946 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 4bf558fef9..6d284d8ef0 100644 --- a/Makefile.target +++ b/Makefile.target @@ -307,7 +307,7 @@ SOUND_HW += fmopl.o adlib.o endif # SCSI layer -VL_OBJS+= scsi-disk.o cdrom.o +VL_OBJS+= scsi-disk.o cdrom.o lsi53c895a.o # USB layer VL_OBJS+= usb.o usb-hub.o usb-linux.o usb-hid.o usb-ohci.o usb-msd.o |