xref: /freebsd/sys/modules/usb/rsufw/Makefile.inc (revision a03411e84728e9b267056fd31c7d1d9d1dc1b01e)
1#
2# Common rules for building firmware.  Note this gets auto-included
3# by the subdir Makefile's as a consequence of included bsd.kmod.mk.
4
5_FIRM=	${IMG}.fw
6
7CLEANFILES+=	${_FIRM}
8
9FIRMWS=	${_FIRM}:${KMOD}:120
10
11# FIRMWARE_LICENSE=	realtek
12
13${_FIRM}: ${SRCTOP}/sys/contrib/dev/rsu/${_FIRM}.uu
14	uudecode -p ${.ALLSRC} > ${.TARGET}
15