From e2c5d8e6715deddde00f9e90944c1b2c3c86794e Mon Sep 17 00:00:00 2001 From: rpaulo Date: Sun, 4 Jun 2006 20:30:17 +0000 Subject: Framework to build Ralink wireless cards binary firmwares based on Ralink distributed microcode.h. From OpenBSD. --- sys/dev/microcode/ral/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sys/dev/microcode/ral/Makefile (limited to 'sys/dev/microcode/ral/Makefile') 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 -- cgit