]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/slhci/Makefile
This commit was generated by cvs2svn to compensate for changes in r178479,
[FreeBSD/FreeBSD.git] / sys / modules / slhci / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../dev/usb
4
5 KMOD=   slhci
6 SRCS=   sl811hs.c slhci_pccard.c
7
8 SRCS+= opt_slhci.h opt_usb.h device_if.h bus_if.h usbdevs.h card_if.h power_if.h pccarddevs.h
9
10 .include <bsd.kmod.mk>