mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 09:39:26 -05:00
Submitted by: <s3erios@gmail.com> Differential Revision: https://reviews.freebsd.org/D3775
10 lines
227 B
Makefile
10 lines
227 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/usb/wlan
|
|
|
|
KMOD = if_urtwn
|
|
SRCS = if_urtwn.c if_urtwnreg.h if_urtwnvar.h \
|
|
bus_if.h device_if.h \
|
|
opt_bus.h opt_usb.h opt_wlan.h usb_if.h usbdevs.h
|
|
|
|
.include <bsd.kmod.mk>
|