2013-06-08 12:02:31 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2016-03-19 23:54:57 -04:00
|
|
|
.PATH: ${.CURDIR}/../../dev/urtwn
|
2013-06-08 12:02:31 -04:00
|
|
|
|
2016-03-29 11:26:53 -04:00
|
|
|
SYSDIR?=${.CURDIR}/../..
|
|
|
|
|
.include "${SYSDIR}/conf/kern.opts.mk"
|
2016-02-21 19:48:53 -05:00
|
|
|
|
2013-06-08 12:02:31 -04:00
|
|
|
KMOD = if_urtwn
|
2015-10-12 01:14:49 -04:00
|
|
|
SRCS = if_urtwn.c if_urtwnreg.h if_urtwnvar.h \
|
2013-06-08 12:02:31 -04:00
|
|
|
bus_if.h device_if.h \
|
2016-02-21 19:48:53 -05:00
|
|
|
opt_bus.h opt_urtwn.h opt_usb.h opt_wlan.h usb_if.h usbdevs.h
|
|
|
|
|
|
|
|
|
|
.if ${MK_SOURCELESS_UCODE} == "no"
|
|
|
|
|
opt_urtwn.h:
|
|
|
|
|
@echo "#define URTWN_WITHOUT_UCODE 1" > ${.TARGET}
|
|
|
|
|
.endif
|
2013-06-08 12:02:31 -04:00
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|