diff options
author | Hannes Reinecke <hare@suse.de> | 2012-11-13 15:03:31 +0100 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2012-11-19 22:15:08 -0500 |
commit | 2df70bf7462fbb39ba37b17d385bb9737f78c3f0 (patch) | |
tree | 932c98b7392f4d7392d22a6633728411be10c020 /Makefile | |
parent | d9f5cdbdf55d61aef9a1a534d9123ef734427478 (diff) | |
download | seabios-2df70bf7462fbb39ba37b17d385bb9737f78c3f0.tar.gz |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |