opnsense-src/sys/modules/linuxkpi_wlan/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
274 B
Makefile
Raw Normal View History

.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>