1178354Ssam# $FreeBSD: releng/10.2/sys/modules/ralfw/Makefile.inc 178354 2008-04-20 20:35:46Z sam $
2178354Ssam
3178354Ssam#
4178354Ssam# Common rules for building firmware.  Note this gets auto-included
5178354Ssam# by the subdir Makefile's as a consequence of included bsd.kmod.mk.
6178354Ssam#
7178354SsamKMOD=	${IMG}fw
8178354Ssam_FIRM=	${IMG}.fw
9178354Ssam
10178354SsamCLEANFILES+=	${_FIRM}
11178354Ssam
12178354SsamFIRMWS=	${_FIRM}:${KMOD}
13178354Ssam
14178354Ssam${_FIRM}: ${.CURDIR}/../../../contrib/dev/ral/${_FIRM}.uu
15178354Ssam	uudecode -p $? > ${.TARGET}
16