xref: /freebsd/sys/modules/linuxkpi_wlan/Makefile (revision 031beb4e239bfce798af17f5fe8dba8bcaf13d99)
16b4cac81SBjoern A. Zeeb.PATH:	${SRCTOP}/sys/compat/linuxkpi/common/src
26b4cac81SBjoern A. Zeeb
36b4cac81SBjoern A. ZeebKMOD=	linuxkpi_wlan
46b4cac81SBjoern A. ZeebSRCS=	linux_80211.c \
56b4cac81SBjoern A. Zeeb	linux_80211_macops.c
66b4cac81SBjoern A. Zeeb
7*06a1103fSBjoern A. Zeeb# QCA ath11k support.
8*06a1103fSBjoern A. ZeebSRCS+=	linux_mhi.c
9*06a1103fSBjoern A. Zeeb
106b4cac81SBjoern A. ZeebSRCS+=	opt_wlan.h
116b4cac81SBjoern A. ZeebSRCS+=	${LINUXKPI_GENSRCS}
126b4cac81SBjoern A. Zeeb
13514fb387SBjoern A. ZeebCFLAGS+= ${LINUXKPI_INCLUDES}
146b4cac81SBjoern A. Zeeb
156b4cac81SBjoern A. ZeebEXPORT_SYMS=	YES
166b4cac81SBjoern A. Zeeb
176b4cac81SBjoern A. Zeeb.include <bsd.kmod.mk>
18