2008-04-20 20:35:46 +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.
|
|
|
|
#
|
|
|
|
KMOD= ${IMG}fw
|
|
|
|
_FIRM= ${IMG}.fw
|
|
|
|
|
|
|
|
CLEANFILES+= ${_FIRM}
|
|
|
|
|
|
|
|
FIRMWS= ${_FIRM}:${KMOD}
|
|
|
|
|
2017-03-04 10:10:17 +00:00
|
|
|
${_FIRM}: ${SRCTOP}/sys/contrib/dev/ral/${_FIRM}.uu
|
2008-04-20 20:35:46 +00:00
|
|
|
uudecode -p $? > ${.TARGET}
|