aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2012-11-13 15:03:31 +0100
committerKevin O'Connor <kevin@koconnor.net>2012-11-19 22:15:08 -0500
commit2df70bf7462fbb39ba37b17d385bb9737f78c3f0 (patch)
tree932c98b7392f4d7392d22a6633728411be10c020 /Makefile
parentd9f5cdbdf55d61aef9a1a534d9123ef734427478 (diff)
downloadseabios-hppa-2df70bf7462fbb39ba37b17d385bb9737f78c3f0.zip
seabios-hppa-2df70bf7462fbb39ba37b17d385bb9737f78c3f0.tar.gz
seabios-hppa-2df70bf7462fbb39ba37b17d385bb9737f78c3f0.tar.bz2
megasas: Add boot support for LSI MegaRAID SAS
This patch adds boot support for LSI MegaRAID SAS controllers. Signed-off-by: Hannes Reinecke <hare@suse.de> Cc: Kevin O'Connor <kevin@koconnor.net> Cc: Gerd Hofmann <kraxel@redhat.com> Cc: Alex Graf <agraf@suse.de> Cc: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5486f88..b0e2031 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ SRCBOTH=misc.c stacks.c pmm.c output.c util.c block.c floppy.c ata.c mouse.c \
pnpbios.c pirtable.c vgahooks.c ramdisk.c pcibios.c blockcmd.c \
usb.c usb-uhci.c usb-ohci.c usb-ehci.c usb-hid.c usb-msc.c \
virtio-ring.c virtio-pci.c virtio-blk.c virtio-scsi.c apm.c ahci.c \
- usb-uas.c lsi-scsi.c esp-scsi.c
+ usb-uas.c lsi-scsi.c esp-scsi.c megasas.c
SRC16=$(SRCBOTH) system.c disk.c font.c
SRC32FLAT=$(SRCBOTH) post.c shadow.c memmap.c coreboot.c boot.c \
acpi.c smm.c mptable.c smbios.c pciinit.c optionroms.c mtrr.c \