aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2010-02-15 18:58:12 -0500
committerKevin O'Connor <kevin@koconnor.net>2010-02-15 18:58:12 -0500
commit54671c1e9120287f7aaa2252892c9be4c2de5a76 (patch)
tree6d0731e61d3bea5fd195570fab7dd1446fefdeb4 /Makefile
parent78523310ad4166597b0f2fbbfcfc915a7ca22fa5 (diff)
downloadseabios-54671c1e9120287f7aaa2252892c9be4c2de5a76.tar.gz
Initial support for USB hubs.
Add support for detecting, initializing, and enumerating USB hubs.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 51102679..17d4e1ff 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 \
- usb.c usb-uhci.c usb-ohci.c usb-hid.c paravirt.c
+ usb.c usb-uhci.c usb-ohci.c usb-hid.c usb-hub.c paravirt.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 \