From owner-svn-src-head@FreeBSD.ORG Sat Nov 9 08:11:25 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4EAC4F13; Sat, 9 Nov 2013 08:11:25 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3AE6120D4; Sat, 9 Nov 2013 08:11:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA98BPsq078437; Sat, 9 Nov 2013 08:11:25 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA98BPQk078436; Sat, 9 Nov 2013 08:11:25 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201311090811.rA98BPQk078436@svn.freebsd.org> From: Adrian Chadd Date: Sat, 9 Nov 2013 08:11:25 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r257882 - head/sys/modules/bwi X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Nov 2013 08:11:25 -0000 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