freebsd-nq/sys/modules/ehci/Makefile
Nick Hibma 5d4621f495 Add modules for the HCI part of USB. This is convenient when having a UHCI
controller in your laptop but inserting a (OHCI-based) Option Cardbus card.
2008-10-09 19:22:00 +00:00

14 lines
188 B
Makefile

# $FreeBSD$
S= ${.CURDIR}/../..
.PATH: $S/dev/usb $S/pci
KMOD= ehci
SRCS= bus_if.h device_if.h \
opt_usb.h \
ehci_pci.c ehci.c ehcireg.h ehcivar.h \
pci_if.h
.include <bsd.kmod.mk>