xref: /freebsd/sys/modules/rtwnfw/Makefile.inc (revision d439598dd0d341b0c0b77151ba904e09c42f8421)
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