]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/ralfw/Makefile.inc
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / ralfw / Makefile.inc
1 # $FreeBSD$
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 #
7 KMOD=   ${IMG}fw
8 _FIRM=  ${IMG}.fw
9
10 CLEANFILES+=    ${_FIRM}
11
12 FIRMWS= ${_FIRM}:${KMOD}
13
14 ${_FIRM}: ${.CURDIR}/../../../contrib/dev/ral/${_FIRM}.uu
15         uudecode -p $? > ${.TARGET}