summaryrefslogtreecommitdiffstats
path: root/sys/modules/usb/urtwn/Makefile
blob: 59fa910aa82ca2f254433d3f9f27ce882cff57be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

.PATH: ${.CURDIR}/../../../dev/usb/wlan

.include <src.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>
OpenPOWER on IntegriCloud