mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-08 12:20:21 +00:00
Ported drivers list and extract all needed source files. This decouples ports according to contrib sources and also enables us to revert lxip to Linux version 3.9, while staying with 3.14 for usb. Fixes #1285
7 lines
130 B
Makefile
7 lines
130 B
Makefile
#
|
|
# Generic XHCI files
|
|
#
|
|
SRC_C += $(addprefix usb/host/, xhci-dbg.c xhci-hub.c xhci-mem.c xhci-ring.c xhci.c)
|
|
|
|
# vi:set ft=make :
|