Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Nov 2013 08:11:25 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r257882 - head/sys/modules/bwi
Message-ID:  <201311090811.rA98BPQk078436@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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