Deleted Added
full compact
Makefile.inc (319182) Makefile.inc (351876)
1# $FreeBSD: stable/11/sys/modules/ralfw/Makefile.inc 319182 2017-05-30 04:11:12Z ngie $
1# $FreeBSD: stable/11/sys/modules/ralfw/Makefile.inc 351876 2019-09-05 17:20:24Z bdrewery $
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#
7KMOD= ${IMG}fw
8_FIRM= ${IMG}.fw
9
10CLEANFILES+= ${_FIRM}
11
12FIRMWS= ${_FIRM}:${KMOD}
13
14${_FIRM}: ${SRCTOP}/sys/contrib/dev/ral/${_FIRM}.uu
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#
7KMOD= ${IMG}fw
8_FIRM= ${IMG}.fw
9
10CLEANFILES+= ${_FIRM}
11
12FIRMWS= ${_FIRM}:${KMOD}
13
14${_FIRM}: ${SRCTOP}/sys/contrib/dev/ral/${_FIRM}.uu
15 uudecode -p $? > ${.TARGET}
15 uudecode -p ${.ALLSRC} > ${.TARGET}