From 2e5d83bbef5a539f22970c2bccd19b125d82aab0 Mon Sep 17 00:00:00 2001 From: pbrook Date: Thu, 25 May 2006 23:58:51 +0000 Subject: Rearrange SCSI disk emulation code. Add USB mass storage device emulation. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1940 c046a42c-6fe2-441c-8c8c-71466251a162 --- Makefile.target | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.target') diff --git a/Makefile.target b/Makefile.target index 2b346172e0..4bf558fef9 100644 --- a/Makefile.target +++ b/Makefile.target @@ -306,8 +306,11 @@ ifdef CONFIG_ADLIB SOUND_HW += fmopl.o adlib.o endif +# SCSI layer +VL_OBJS+= scsi-disk.o cdrom.o + # USB layer -VL_OBJS+= usb.o usb-hub.o usb-linux.o usb-hid.o usb-ohci.o +VL_OBJS+= usb.o usb-hub.o usb-linux.o usb-hid.o usb-ohci.o usb-msd.o # PCI network cards VL_OBJS+= ne2000.o rtl8139.o -- cgit v1.2.3