1# $FreeBSD: stable/11/sys/modules/rtwnfw/Makefile.inc 351876 2019-09-05 17:20:24Z bdrewery $
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_FIRM=	${IMG}.fw
7
8CLEANFILES+=	${_FIRM}
9
10FIRMWS=	${_FIRM}:${KMOD}:111
11
12FIRMWARE_LICENSE=	realtek
13
14${_FIRM}: ${SRCTOP}/sys/contrib/dev/rtwn/${_FIRM}.uu
15	uudecode -p ${.ALLSRC} > ${.TARGET}
16