mirror of
https://github.com/opnsense/src.git
synced 2026-04-10 11:58:54 -04:00
7 lines
143 B
Makefile
7 lines
143 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/iwn
|
|
|
|
KMOD = if_iwn
|
|
SRCS = if_iwn.c device_if.h bus_if.h pci_if.h opt_iwn.h opt_wlan.h
|
|
|
|
.include <bsd.kmod.mk>
|