xref: /dragonfly/sys/bus/u4b/wlan/urtwnfw/Makefile.inc (revision dadd6466)
1# $FreeBSD: src/sys/modules/usb/urtwnfw/Makefile.inc,v 1.1 2013/07/11 00:28:45 svnexp Exp $
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
8CLEANFILES+=	${_FIRM}
9
10FIRMWS=	${_FIRM}:${KMOD}:111
11
12FIRMWARE_LICENSE=	realtek
13
14${_FIRM}: ${.CURDIR}/../../../../../contrib/dev/urtwn/${_FIRM}.uu
15	uudecode -p $? > ${.TARGET}
16