summaryrefslogtreecommitdiffstats
path: root/sys/modules/ralfw/Makefile.inc
blob: 2dc6b47a1043e010e64fd5390330de77cfa392a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

#
# Common rules for building firmware.  Note this gets auto-included
# by the subdir Makefile's as a consequence of included bsd.kmod.mk.
#
KMOD=	${IMG}fw
_FIRM=	${IMG}.fw

CLEANFILES+=	${_FIRM}

FIRMWS=	${_FIRM}:${KMOD}

${_FIRM}: ${.CURDIR}/../../../contrib/dev/ral/${_FIRM}.uu
	uudecode -p $? > ${.TARGET}
OpenPOWER on IntegriCloud