mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
cda25a481b
The host controller type (u/e/xhci) usded by the drivers can be configured through attributes of the config node. See: README
10 lines
300 B
Makefile
10 lines
300 B
Makefile
SRC_C += $(addprefix usb/host/,pci-quirks.c uhci-hcd.c ehci-pci.c)
|
|
|
|
include $(REP_DIR)/lib/mk/usb.inc
|
|
|
|
CC_OPT += -DCONFIG_PCI -DCONFIG_USB_EHCI_PCI=1 -DCONFIG_USB_XHCI_HCD=0
|
|
INC_DIR += $(LIB_INC_DIR)/x86_64 $(LIB_INC_DIR)/x86
|
|
SRC_CC += pci_driver.cc platform.cc
|
|
|
|
vpath platform.cc $(LIB_DIR)/x86
|