genode/repos/dde_linux/lib/mk/usb_x86.inc
Norman Feske ca971bbfd8 Move repositories to 'repos/' subdirectory
This patch changes the top-level directory layout as a preparatory
step for improving the tools for managing 3rd-party source codes.
The rationale is described in the issue referenced below.

Issue #1082
2014-05-14 16:08:00 +02:00

22 lines
443 B
Makefile

SRC_C += $(addprefix usb/host/,pci-quirks.c uhci-hcd.c ehci-pci.c)
#
# USB netwpork support
#
SRC_C += usbnet.c ax88179_178a.c
#XHCI
SRC_C += xhci-pci.c
SRC_CC += pci_driver.cc platform.cc
include $(REP_DIR)/lib/mk/xhci.inc
include $(REP_DIR)/lib/mk/usb.inc
CC_OPT += -DCONFIG_PCI -DCONFIG_USB_EHCI_PCI=1 -DCONFIG_USB_XHCI_HCD=1
vpath platform.cc $(LIB_DIR)/x86
vpath %.c $(CONTRIB_DIR)/drivers/net/usb
# vi:set ft=make :