mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-28 09:38:53 +00:00
8bc14eb75a
Fix #436
8 lines
195 B
Makefile
8 lines
195 B
Makefile
SRC_C += $(addprefix usb/host/,pci-quirks.c uhci-hcd.c)
|
|
|
|
include $(REP_DIR)/lib/mk/usb.inc
|
|
|
|
CC_OPT += -DCONFIG_PCI
|
|
INC_DIR += $(LIB_INC_DIR)/x86_32 $(LIB_INC_DIR)/x86
|
|
SRC_CC += pci_driver.cc
|