Makefile.inc revision 178354
1# $FreeBSD: head/sys/modules/ralfw/Makefile.inc 178354 2008-04-20 20:35:46Z sam $
2
3#
4# Common rules for building firmware.  Note this gets auto-included
5# by the subdir Makefile's as a consequence of included bsd.kmod.mk.
6#
7KMOD=	${IMG}fw
8_FIRM=	${IMG}.fw
9
10CLEANFILES+=	${_FIRM}
11
12FIRMWS=	${_FIRM}:${KMOD}
13
14${_FIRM}: ${.CURDIR}/../../../contrib/dev/ral/${_FIRM}.uu
15	uudecode -p $? > ${.TARGET}
16