xref: /freebsd/sys/modules/iwlwififw/Makefile.inc (revision b64c5a0ace59af62eff52bfe110a521dc73c937b)
1# Common rules for building iwlwifi firmware.
2
3EXT?=		ucode
4_NAME?=		iwlwifi-${NAME}-${FWVERSION}.${EXT}
5
6IMG=		${_NAME}
7KMOD=		${_NAME}
8
9CLEANFILES+=	${IMG}
10
11FIRMWS=		${IMG}:${IMG}:${FWVERSION}
12
13# License ack is not needed for iwlwifi (same as iwn/iwm).
14#FIRMWARE_LICENSE=
15
16${IMG}: ${SRCTOP}/sys/contrib/dev/iwlwififw/${IMG}
17	cp ${.ALLSRC} ${.TARGET}
18
19