[Midnightbsd-cvs] src: Makefile: add bwi
    laffer1 at midnightbsd.org 
    laffer1 at midnightbsd.org
       
    Mon Jan 19 17:03:55 EST 2009
    
    
  
Log Message:
-----------
add bwi
Added Files:
-----------
    src/sys/modules/bwi:
        Makefile (r1.1)
-------------- next part --------------
--- /dev/null
+++ sys/modules/bwi/Makefile
@@ -0,0 +1,14 @@
+# $MidnightBSD: src/sys/modules/bwi/Makefile,v 1.1 2009/01/19 22:03:55 laffer1 Exp $
+
+.PATH: ${.CURDIR}/../../dev/bwi
+
+KMOD= if_bwi
+
+SRCS=	if_bwi.c if_bwi_pci.c bwimac.c bwiphy.c bwirf.c
+SRCS+=	device_if.h bus_if.h pci_if.h opt_inet.h opt_bwi.h
+
+opt_bwi.h:
+	echo '#define BWI_DEBUG 1' > opt_bwi.h
+	echo '#define BWI_DEBUG_VERBOSE 1' >> opt_bwi.h
+
+.include <bsd.kmod.mk>
    
    
More information about the Midnightbsd-cvs
mailing list