Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2008 23:31:10 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 140188 for review
Message-ID:  <200804172331.m3HNVAj0013649@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=140188

Change 140188 by sam@sam_ebb on 2008/04/17 23:30:46

	revamp so driver can auto-load the image

Affected files ...

.. //depot/projects/vap/sys/modules/mwlfw/Makefile#2 edit

Differences ...

==== //depot/projects/vap/sys/modules/mwlfw/Makefile#2 (text+ko) ====

@@ -1,18 +1,14 @@
 # $FreeBSD$
 
-.PATH: ${.CURDIR}/../../contrib/dev/mwl
+KMOD=	mw88W8363fw
+FIRMWS=	mw88W8363.fw:mw88W8363fw mwlboot.fw:mwlboot
 
-KMOD=	mwlfw
-FIRMWS=	mwlfw:mw88W8363fw mwlboot:mwlboot
+CLEANFILES+= mw88W8363.fw mwlboot.fw
 
-CLEANFILES=	mwlfw mwlboot
+mw88W8363.fw: ${.CURDIR}/../../contrib/dev/mwl/mw88W8363.fw.uu
+	uudecode -p $? > ${.TARGET}
 
-MWL=	${.CURDIR}/../../contrib/dev/mwl
-
-mwlfw: ${MWL}/mw88W8363.fw.uu
-	uudecode -p ${MWL}/mw88W8363.fw.uu > ${.TARGET}
-
-mwlboot: ${MWL}/mwlboot.fw.uu
-	uudecode -p ${MWL}/mwlboot.fw.uu > ${.TARGET}
+mwlboot.fw: ${.CURDIR}/../../contrib/dev/mwl/mwlboot.fw.uu
+	uudecode -p $? > ${.TARGET}
 
 .include <bsd.kmod.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804172331.m3HNVAj0013649>