svn commit: r257882 - head/sys/modules/bwi

Adrian Chadd adrian at FreeBSD.org
Sat Nov 9 08:11:25 UTC 2013


Author: adrian
Date: Sat Nov  9 08:11:24 2013
New Revision: 257882
URL: http://svnweb.freebsd.org/changeset/base/257882

Log:
  Strip out this cruft; people should be making modules with a complete
  kernel config environment anyway.

Modified:
  head/sys/modules/bwi/Makefile

Modified: head/sys/modules/bwi/Makefile
==============================================================================
--- head/sys/modules/bwi/Makefile	Sat Nov  9 07:30:13 2013	(r257881)
+++ head/sys/modules/bwi/Makefile	Sat Nov  9 08:11:24 2013	(r257882)
@@ -7,8 +7,4 @@ 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_wlan.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 svn-src-head mailing list