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

KMOD=	linuxkpi_wlan
SRCS=	linux_80211.c \
	linux_80211_macops.c
SRCS+=	linuxkpi_80211_pm.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>