summaryrefslogtreecommitdiff
path: root/sys/modules/linuxkpi_wlan/Makefile
blob: bafeb2d5d22a0d38a4821908629627c016272104 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.PATH:	${SRCTOP}/sys/compat/linuxkpi/common/src

KMOD=	linuxkpi_wlan
SRCS=	linux_80211.c \
	linux_80211_macops.c

# QCA ath11k support.
SRCS+=	linux_mhi.c

SRCS+=	opt_wlan.h
SRCS+=	${LINUXKPI_GENSRCS}

CFLAGS+= ${LINUXKPI_INCLUDES}

EXPORT_SYMS=	YES

.include <bsd.kmod.mk>