]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/usb/rsufw/Makefile.inc
9018 Replace kmem_cache_reap_now() with kmem_cache_reap_soon()
[FreeBSD/FreeBSD.git] / sys / modules / usb / rsufw / Makefile.inc
1 # $FreeBSD$
2 #
3 # Common rules for building firmware.  Note this gets auto-included
4 # by the subdir Makefile's as a consequence of included bsd.kmod.mk.
5
6 _FIRM=  ${IMG}.fw
7
8 CLEANFILES+=    ${_FIRM}
9
10 FIRMWS= ${_FIRM}:${KMOD}:120
11
12 # FIRMWARE_LICENSE=     realtek
13
14 ${_FIRM}: ${SRCTOP}/sys/contrib/dev/rsu/${_FIRM}.uu
15         uudecode -p $? > ${.TARGET}