2015-08-08 06:06:48 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
# Common rules for building firmware. Note this gets auto-included
|
|
|
|
# by the subdir Makefile's as a consequence of included bsd.kmod.mk.
|
|
|
|
|
|
|
|
_FIRM= ${IMG}.fw
|
|
|
|
|
|
|
|
CLEANFILES+= ${_FIRM}
|
|
|
|
|
|
|
|
FIRMWS= ${_FIRM}:${KMOD}
|
|
|
|
|
|
|
|
#
|
|
|
|
# Note that a license ack is not needed for iwn.
|
|
|
|
#
|
|
|
|
#FIRMWARE_LICENSE=
|
|
|
|
|
2017-03-04 10:10:17 +00:00
|
|
|
${_FIRM}: ${SRCTOP}/sys/contrib/dev/iwm/${_FIRM}.uu
|
2019-06-12 00:03:00 +00:00
|
|
|
uudecode -p ${.ALLSRC} > ${.TARGET}
|