mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-16 14:18:27 +00:00
committed by
Norman Feske
parent
dc814ff0f1
commit
8bc14eb75a
@ -3,10 +3,5 @@ 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
|
||||
INC_DIR += $(LIB_INC_DIR)/x86_32 $(LIB_INC_DIR)/x86
|
||||
SRC_CC += pci_driver.cc
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
7
dde_linux/lib/mk/x86_64/usb.mk
Normal file
7
dde_linux/lib/mk/x86_64/usb.mk
Normal file
@ -0,0 +1,7 @@
|
||||
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_64 $(LIB_INC_DIR)/x86
|
||||
SRC_CC += pci_driver.cc
|
Reference in New Issue
Block a user