diff options
author | Michael Brown <mcb30@ipxe.org> | 2015-02-02 14:38:42 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2015-02-03 12:19:52 +0000 |
commit | e17e771a135a8e452819a207937cbda1f1c17c91 (patch) | |
tree | 730e5300c6dd25c1da5b04118d1fe6e5077a2004 /src/Makefile | |
parent | 018b13dcec1b7c5d6be358e534451c06feaf7afb (diff) | |
download | ipxe-e17e771a135a8e452819a207937cbda1f1c17c91.tar.gz |
[usb] Add basic support for USB hubs
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 66d804b14..cf9cfd238 100644 --- a/src/Makefile +++ b/src/Makefile @@ -83,6 +83,7 @@ SRCDIRS += drivers/block SRCDIRS += drivers/nvs SRCDIRS += drivers/bitbash SRCDIRS += drivers/infiniband +SRCDIRS += drivers/usb SRCDIRS += interface/pxe interface/efi interface/smbios SRCDIRS += interface/bofm SRCDIRS += interface/xen |