mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
add module for 802.11 link layer code
Reviewed by: imp
This commit is contained in:
parent
a190a9598f
commit
241ab3c6ef
1 changed files with 12 additions and 0 deletions
12
sys/modules/wlan/Makefile
Normal file
12
sys/modules/wlan/Makefile
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../net
|
||||
|
||||
KMOD= wlan
|
||||
SRCS= if_ieee80211subr.c
|
||||
SRCS+= bus_if.h device_if.h opt_inet.h
|
||||
|
||||
opt_inet.h:
|
||||
echo "#define INET 1" > opt_inet.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
Loading…
Reference in a new issue