xref: /freebsd/sys/modules/rtwnfw/Makefile.inc (revision e0c4386e)
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_FIRM=	${IMG}.fw
6
7CLEANFILES+=	${_FIRM}
8
9FIRMWS=	${_FIRM}:${KMOD}:111
10
11# FIRMWARE_LICENSE=	realtek
12
13${_FIRM}: ${SRCTOP}/sys/contrib/dev/rtwn/${_FIRM}.uu
14	uudecode -p ${.ALLSRC} > ${.TARGET}
15