From owner-svn-src-all@FreeBSD.ORG Sat Dec 27 19:03:58 2008 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EA401065679; Sat, 27 Dec 2008 19:03:58 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4F1EA8FC25; Sat, 27 Dec 2008 19:03:58 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id mBRJ3wmf079539; Sat, 27 Dec 2008 19:03:58 GMT (envelope-from bz@svn.freebsd.org) Received: (from bz@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mBRJ3wIJ079536; Sat, 27 Dec 2008 19:03:58 GMT (envelope-from bz@svn.freebsd.org) Message-Id: <200812271903.mBRJ3wIJ079536@svn.freebsd.org> From: "Bjoern A. Zeeb" Date: Sat, 27 Dec 2008 19:03:58 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r186525 - head/sys/arm/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Dec 2008 19:03:58 -0000 Author: bz Date: Sat Dec 27 19:03:57 2008 New Revision: 186525 URL: http://svn.freebsd.org/changeset/base/186525 Log: In additions to the configs from r185478, which also enabled the use of modules for arm, disable them by adding MODULES_OVERRIDE="" here as well. Reviewed by: sam MFC after: 3 weeks Modified: head/sys/arm/conf/EP80219 head/sys/arm/conf/HL200 head/sys/arm/conf/IQ31244 Modified: head/sys/arm/conf/EP80219 ============================================================================== --- head/sys/arm/conf/EP80219 Sat Dec 27 19:02:01 2008 (r186524) +++ head/sys/arm/conf/EP80219 Sat Dec 27 19:03:57 2008 (r186525) @@ -28,6 +28,7 @@ options STARTUP_PAGETABLE_ADDR=0xa00000 include "../xscale/i80321/std.ep80219" #To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" #Default places to look for devices. +makeoptions MODULES_OVERRIDE="" makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols makeoptions CONF_CFLAGS=-mcpu=xscale Modified: head/sys/arm/conf/HL200 ============================================================================== --- head/sys/arm/conf/HL200 Sat Dec 27 19:02:01 2008 (r186524) +++ head/sys/arm/conf/HL200 Sat Dec 27 19:03:57 2008 (r186525) @@ -23,6 +23,7 @@ include "../at91/std.hl200" #To statically compile in device wiring instead of /boot/device.hints hints "KB920X.hints" +makeoptions MODULES_OVERRIDE="" makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options DDB Modified: head/sys/arm/conf/IQ31244 ============================================================================== --- head/sys/arm/conf/IQ31244 Sat Dec 27 19:02:01 2008 (r186524) +++ head/sys/arm/conf/IQ31244 Sat Dec 27 19:03:57 2008 (r186525) @@ -29,6 +29,7 @@ options STARTUP_PAGETABLE_ADDR=0xa000000 include "../xscale/i80321/std.iq31244" #To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" #Default places to look for devices. +makeoptions MODULES_OVERRIDE="" #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols makeoptions CONF_CFLAGS=-mcpu=xscale