xref: /mports/net/wifi-firmware-ath12k-kmod/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1BASEDIR=	${.CURDIR}/../wifi-firmware-kmod
2
3FWDRV=		ath12k
4FWSUBDIR=	ath12k
5FWDRV_VERSION=	20240513
6
7# Yes, the license is the ath10k one; see WHENCE.
8LICENSE_FILE=	LICENSE.QualcommAtheros_ath10k
9LICENSE_NAME=	QCA firmware license (${FWDRV})
10
11WHENCE_REGEX=	ath12k -.*
12
13# The flavor/firmware lists below are generated by a script
14# also helping to generate the fwget(8) definitions.
15# { sys/contrib/dev/athk/ath12k/zzz_fw_ports_fwget.sh }
16### >>>
17
18FWSUBS= \
19	wcn7850_hw20
20
21DISTFILES_wcn7850_hw20= \
22	${FWSUBDIR}/WCN7850/hw2.0/amss.bin${DISTURL_SUFFIX} \
23	${FWSUBDIR}/WCN7850/hw2.0/board-2.bin${DISTURL_SUFFIX} \
24	${FWSUBDIR}/WCN7850/hw2.0/m3.bin${DISTURL_SUFFIX}
25DISTFILES_wcn7850_hw20_lic= \
26	${FWSUBDIR}/WCN7850/hw2.0/Notice.txt${DISTURL_SUFFIX}
27
28DISTFILES_${FWDRV}= \
29	${DISTFILES_wcn7850_hw20}
30DISTFILES_${FWDRV}_lic= \
31	${DISTFILES_wcn7850_hw20_lic}
32
33### <<<
34
35.include "${BASEDIR}/Makefile.inc"
36

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026