eedfe26628
when 'make obj' was done first. I found this when fixing a problem reported by tinderbox, but forgot to send the patchset to re@ altogether. Approved by: re (kensmith)
11 lines
208 B
Makefile
11 lines
208 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/usb
|
|
|
|
KMOD= slhci
|
|
SRCS= sl811hs.c slhci_pccard.c
|
|
|
|
SRCS+= opt_slhci.h opt_usb.h device_if.h bus_if.h usbdevs.h card_if.h power_if.h pccarddevs.h
|
|
|
|
.include <bsd.kmod.mk>
|