freebsd-dev/sys/modules/slhci/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

13 lines
216 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/usb
KMOD= slhci
SRCS= sl811hs.c slhci_pccard.c
SRCS+= bus_if.h device_if.h card_if.h power_if.h \
usbdevs.h pccarddevs.h \
opt_slhci.h opt_usb.h \
.include <bsd.kmod.mk>