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