summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/ral/Makefile
diff options
context:
space:
mode:
authorrpaulo <rpaulo@NetBSD.org>2006-06-04 20:30:17 +0000
committerrpaulo <rpaulo@NetBSD.org>2006-06-04 20:30:17 +0000
commite2c5d8e6715deddde00f9e90944c1b2c3c86794e (patch)
treef561bfc3d581d6c0ad31a36bcc8a96a14a0af109 /sys/dev/microcode/ral/Makefile
parent93e398b3e3d8ce297af01cd5212d10c89feafcde (diff)
Framework to build Ralink wireless cards binary firmwares based on
Ralink distributed microcode.h. From OpenBSD.
Diffstat (limited to 'sys/dev/microcode/ral/Makefile')
-rw-r--r--sys/dev/microcode/ral/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/sys/dev/microcode/ral/Makefile b/sys/dev/microcode/ral/Makefile
new file mode 100644
index 00000000000..9de5f37b5f3
--- /dev/null
+++ b/sys/dev/microcode/ral/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2006/06/04 20:30:17 rpaulo Exp $
+
+# Based on:
+# $OpenBSD: Makefile,v 1.1 2006/01/09 20:03:40 damien Exp $
+
+NOMAN= # defined
+
+FIRM= ral-rt2561 ral-rt2561s ral-rt2661
+
+PROG= build
+
+all: ${FIRM}
+
+${FIRM}: build
+ ${.OBJDIR}/build
+
+cleanall:
+ rm -f ${FIRM}
+
+.include <bsd.prog.mk>