blob: f38e5e41fcd465cd3d761ed803fb74ae0729ce03 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $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}:111
# FIRMWARE_LICENSE= realtek
${_FIRM}: ${SRCTOP}/sys/contrib/dev/rtwn/${_FIRM}.uu
uudecode -p ${.ALLSRC} > ${.TARGET}
|