1254885Sdumbbell# $FreeBSD$
2254885Sdumbbell#
3254885Sdumbbell# Common rules for building firmware.  Note this gets auto-included
4254885Sdumbbell# by the subdir Makefile's as a consequence of included bsd.kmod.mk.
5254885Sdumbbell
6254885Sdumbbell_FIRM=	${IMG}.bin
7254885Sdumbbell
8254885SdumbbellCLEANFILES+=	${_FIRM}
9254885Sdumbbell
10254885SdumbbellFIRMWS=	${_FIRM}:${KMOD}
11254885Sdumbbell
12254885Sdumbbell#
13254885Sdumbbell# Note that a license ack is not needed for iwn.
14254885Sdumbbell#
15254885Sdumbbell#FIRMWARE_LICENSE=
16254885Sdumbbell
17254885Sdumbbell${_FIRM}: ${.CURDIR}/../../../../contrib/dev/drm2/radeonkmsfw/${_FIRM}.uu
18254885Sdumbbell	uudecode -p $? > ${.TARGET}
19