xref: /freebsd/sys/modules/iwnfw/Makefile.inc (revision eb6d21b4ca6d668cf89afd99eef7baeafa712197)
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_FIRM=	${IMG}.fw
7
8CLEANFILES+=	${_FIRM}
9
10FIRMWS=	${_FIRM}:${KMOD}
11
12${_FIRM}: ${.CURDIR}/../../../contrib/dev/iwn/${_FIRM}.uu
13	uudecode -p $? > ${.TARGET}
14