xref: /freebsd/sys/modules/linuxkpi_wlan/Makefile (revision 11d69a4558de2a5427d8191caed315c5f7e9a5d6)
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
6*11d69a45SBjoern A. ZeebSRCS+=	linuxkpi_80211_pm.c
76b4cac81SBjoern A. Zeeb
806a1103fSBjoern A. Zeeb# QCA ath11k support.
906a1103fSBjoern A. ZeebSRCS+=	linux_mhi.c
1006a1103fSBjoern A. Zeeb
116b4cac81SBjoern A. ZeebSRCS+=	opt_wlan.h
126b4cac81SBjoern A. ZeebSRCS+=	${LINUXKPI_GENSRCS}
136b4cac81SBjoern A. Zeeb
14514fb387SBjoern A. ZeebCFLAGS+= ${LINUXKPI_INCLUDES}
156b4cac81SBjoern A. Zeeb
166b4cac81SBjoern A. ZeebEXPORT_SYMS=	YES
176b4cac81SBjoern A. Zeeb
186b4cac81SBjoern A. Zeeb.include <bsd.kmod.mk>
19