mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 08:21:05 -05:00
17 lines
274 B
Makefile
17 lines
274 B
Makefile
.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>
|