mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-27 17:18:53 +00:00
11 lines
176 B
Makefile
11 lines
176 B
Makefile
|
include $(REP_DIR)/lib/mk/usb.inc
|
||
|
|
||
|
CC_OPT += -DCONFIG_PCI
|
||
|
INC_DIR += $(LIB_INC_DIR)/x86
|
||
|
SRC_C += $(addprefix usb/host/,pci-quirks.c uhci-hcd.c)
|
||
|
SRC_CC += pci_driver.cc
|
||
|
|
||
|
|
||
|
|
||
|
|