summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDon Slutz <Don.Slutz@Gmail.com>2016-03-25 17:04:31 +0100
committerKevin O'Connor <kevin@koconnor.net>2016-03-29 09:16:48 -0400
commitf2645a8cd66b6ed1f3a010f7acbddf130f584e01 (patch)
tree77b3df87fc92b7a4dcaa939fcbc82ac9f5d2e83a /Makefile
parentfc0878926bfe644f07fba27228432cada68ec3ba (diff)
downloadqemu-seabios-f2645a8cd66b6ed1f3a010f7acbddf130f584e01.tar.gz
Support for booting from LSI Logic LSI53C1030, SAS1068, SAS1068e
Also known as Fusion MPT disk; this controller model is supported by VirtualBox and VMware, and QEMU support patches have been posted. Signed-off-by: Don Slutz <Don.Slutz@Gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b0eb239..4930b3a 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ SRCBOTH=misc.c stacks.c output.c string.c block.c cdrom.c disk.c mouse.c kbd.c \
hw/usb.c hw/usb-uhci.c hw/usb-ohci.c hw/usb-ehci.c \
hw/usb-hid.c hw/usb-msc.c hw/usb-uas.c \
hw/blockcmd.c hw/floppy.c hw/ata.c hw/ramdisk.c \
- hw/lsi-scsi.c hw/esp-scsi.c hw/megasas.c
+ hw/lsi-scsi.c hw/esp-scsi.c hw/megasas.c hw/mpt-scsi.c
SRC16=$(SRCBOTH)
SRC32FLAT=$(SRCBOTH) post.c e820map.c malloc.c romfile.c x86.c optionroms.c \
pmm.c font.c boot.c bootsplash.c jpeg.c bmp.c tcgbios.c sha1.c \