xref: /freebsd/sys/modules/iwnfw/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_FIRM=	${IMG}.fw
6
7CLEANFILES+=	${_FIRM}
8
9FIRMWS=	${_FIRM}:${KMOD}
10
11#
12# Note that a license ack is not needed for iwn.
13#
14#FIRMWARE_LICENSE=
15
16${_FIRM}: ${SRCTOP}/sys/contrib/dev/iwn/${_FIRM}.uu
17	uudecode -p ${.ALLSRC} > ${.TARGET}
18