freebsd-dev/sys/modules/urtwn/Makefile
Bryan Drewery 2dfe93f0ab Use proper kern.opts.mk rather than src.opts.mk from r297058.
Reported by:	kib
Sponsored by:	EMC / Isilon Storage Division
2016-03-29 15:26:53 +00:00

19 lines
406 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/urtwn
SYSDIR?=${.CURDIR}/../..
.include "${SYSDIR}/conf/kern.opts.mk"
KMOD = if_urtwn
SRCS = if_urtwn.c if_urtwnreg.h if_urtwnvar.h \
bus_if.h device_if.h \
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
.include <bsd.kmod.mk>