2009-10-24 09:55:11 +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}
|
|
|
|
|
2010-05-27 12:54:42 +00:00
|
|
|
#
|
|
|
|
# Note that a license ack is not needed for iwn.
|
|
|
|
#
|
|
|
|
#FIRMWARE_LICENSE=
|
2010-05-27 12:11:21 +00:00
|
|
|
|
2017-03-04 10:10:17 +00:00
|
|
|
${_FIRM}: ${SRCTOP}/sys/contrib/dev/iwn/${_FIRM}.uu
|
2009-10-24 09:55:11 +00:00
|
|
|
uudecode -p $? > ${.TARGET}
|