]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/ralfw/Makefile.inc
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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}