freebsd-dev/sys/modules/linuxkpi_wlan/Makefile
Bjoern A. Zeeb 06a1103fe3 ath10k: ath11k: add specific LinuxKPI support
Add files needed by ath1?k drivers to linuxkpi/linuxkpi_wlan.
This contain (skeleton) implementations of what is needed to
compile but specifically mhi/qmi/qrtr will need more work for
ath11k.

MFC after:	2 months
2023-04-23 21:31:07 +00:00

19 lines
286 B
Makefile

# $FreeBSD$
.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>