mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-30 10:38:55 +00:00
5f0843082a
USB 3.0 support on x86 (64/32) platforms, as well as pci support for XHCI controllers. Issue #1084
7 lines
108 B
Makefile
7 lines
108 B
Makefile
#
|
|
# Generic XHCI files
|
|
#
|
|
SRC_C += xhci-dbg.c xhci-hub.c xhci-mem.c xhci-ring.c xhci.c
|
|
|
|
# vi:set ft=make :
|