mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
16 lines
270 B
Makefile
16 lines
270 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
.PATH: ${SRCTOP}/sys/compat/linuxkpi/common/src
|
||
|
|
|
||
|
|
KMOD= linuxkpi_wlan
|
||
|
|
SRCS= linux_80211.c \
|
||
|
|
linux_80211_macops.c
|
||
|
|
|
||
|
|
SRCS+= opt_wlan.h
|
||
|
|
SRCS+= ${LINUXKPI_GENSRCS}
|
||
|
|
|
||
|
|
CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include
|
||
|
|
|
||
|
|
EXPORT_SYMS= YES
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|