Date: Sat, 27 Dec 2008 19:03:58 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r186525 - head/sys/arm/conf Message-ID: <200812271903.mBRJ3wIJ079536@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812271903.mBRJ3wIJ079536>