summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2010-05-17 23:41:06 +0000
committerthompsa <thompsa@FreeBSD.org>2010-05-17 23:41:06 +0000
commit48424cca91e940844a40d1a1663c36349a3ad0e1 (patch)
treedf2cf008d6c85c026f1df0cfb091418d41ca2a57 /sys/modules
parent5a547a114ee172a609ee64776b14d9c540585225 (diff)
downloadFreeBSD-src-48424cca91e940844a40d1a1663c36349a3ad0e1.zip
FreeBSD-src-48424cca91e940844a40d1a1663c36349a3ad0e1.tar.gz
MFC r203148
Uuencode the rt2870 firmware into ascii like the other firmware blobs.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/runfw/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/modules/runfw/Makefile b/sys/modules/runfw/Makefile
index ded0408..320a624 100644
--- a/sys/modules/runfw/Makefile
+++ b/sys/modules/runfw/Makefile
@@ -1,8 +1,11 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../contrib/dev/run
-
KMOD= runfw
-FIRMWS= run-rt2870:runfw:1
+FIRMWS= runfw:runfw:1
+
+CLEANFILES= runfw
+
+runfw: ${.CURDIR}/../../contrib/dev/run/rt2870.fw.uu
+ uudecode -p ${.CURDIR}/../../contrib/dev/run/rt2870.fw.uu > ${.TARGET}
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud