Deleted Added
full compact
Makefile.inc (319182) Makefile.inc (351876)
1# $FreeBSD: stable/11/sys/modules/iwnfw/Makefile.inc 319182 2017-05-30 04:11:12Z ngie $
1# $FreeBSD: stable/11/sys/modules/iwnfw/Makefile.inc 351876 2019-09-05 17:20:24Z bdrewery $
2#
3# Common rules for building firmware. Note this gets auto-included
4# by the subdir Makefile's as a consequence of included bsd.kmod.mk.
5
6_FIRM= ${IMG}.fw
7
8CLEANFILES+= ${_FIRM}
9
10FIRMWS= ${_FIRM}:${KMOD}
11
12#
13# Note that a license ack is not needed for iwn.
14#
15#FIRMWARE_LICENSE=
16
17${_FIRM}: ${SRCTOP}/sys/contrib/dev/iwn/${_FIRM}.uu
2#
3# Common rules for building firmware. Note this gets auto-included
4# by the subdir Makefile's as a consequence of included bsd.kmod.mk.
5
6_FIRM= ${IMG}.fw
7
8CLEANFILES+= ${_FIRM}
9
10FIRMWS= ${_FIRM}:${KMOD}
11
12#
13# Note that a license ack is not needed for iwn.
14#
15#FIRMWARE_LICENSE=
16
17${_FIRM}: ${SRCTOP}/sys/contrib/dev/iwn/${_FIRM}.uu
18 uudecode -p $? > ${.TARGET}
18 uudecode -p ${.ALLSRC} > ${.TARGET}