aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2010-03-09 19:43:52 -0500
committerKevin O'Connor <kevin@koconnor.net>2010-03-09 20:00:28 -0500
commit190cc622a2f57ca21d8ffc85be94c32fb518b04d (patch)
tree440314fb21fd62aea4a050335beea2b0e452f538 /Makefile
parent0770d676b392dc6c79bf4ab560b7171987b8d025 (diff)
downloadseabios-190cc622a2f57ca21d8ffc85be94c32fb518b04d.tar.gz
Add USB EHCI controller support.
Initial support for EHCI high-speed USB controllers.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 82651d83..d2c0ffdc 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ OUT=out/
SRCBOTH=misc.c pmm.c stacks.c output.c util.c block.c floppy.c ata.c mouse.c \
kbd.c pci.c serial.c clock.c pic.c cdrom.c ps2port.c smp.c resume.c \
pnpbios.c pirtable.c vgahooks.c ramdisk.c pcibios.c blockcmd.c \
- usb.c usb-uhci.c usb-ohci.c usb-hid.c usb-msc.c
+ usb.c usb-uhci.c usb-ohci.c usb-ehci.c usb-hid.c usb-msc.c
SRC16=$(SRCBOTH) system.c disk.c apm.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 \