freebsd-skq/sys/modules/slhci/Makefile
delphij eedfe26628 Use .CURDIR when referring source code. This fixes build
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)
2007-06-20 00:29:51 +00:00

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>