xref: /freebsd/sys/modules/rtw88fw/Makefile.inc (revision d0b2dbfa)
1#
2# Common rules for building firmware.  Note this gets auto-included
3# by the subdir Makefile's as a consequence of included bsd.kmod.mk.
4
5_NAME=		rtw${NAME}_fw.bin
6
7IMG=		${_NAME}
8KMOD=		${_NAME}
9
10CLEANFILES+=	${IMG}
11
12FIRMWS=		${IMG}:${IMG}:${VERSION}
13
14${IMG}: ${SRCTOP}/sys/contrib/dev/rtw88fw/${IMG}
15	cp ${.ALLSRC} ${.TARGET}
16
17