summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2008-12-27 19:03:57 +0000
committerbz <bz@FreeBSD.org>2008-12-27 19:03:57 +0000
commit99eac7d125862a0ad15901ac8901a875f9c82637 (patch)
tree70c1a3123f921d58ea394e0f3c06eed95230478a /sys
parentc6db750e0d6648ec1f0b355d3587d2cdd5a950d7 (diff)
downloadFreeBSD-src-99eac7d125862a0ad15901ac8901a875f9c82637.zip
FreeBSD-src-99eac7d125862a0ad15901ac8901a875f9c82637.tar.gz
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
Diffstat (limited to 'sys')
-rw-r--r--sys/arm/conf/EP802191
-rw-r--r--sys/arm/conf/HL2001
-rw-r--r--sys/arm/conf/IQ312441
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/arm/conf/EP80219 b/sys/arm/conf/EP80219
index 8ce5b164..44fe262 100644
--- a/sys/arm/conf/EP80219
+++ b/sys/arm/conf/EP80219
@@ -28,6 +28,7 @@ options STARTUP_PAGETABLE_ADDR=0xa0000000
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
diff --git a/sys/arm/conf/HL200 b/sys/arm/conf/HL200
index 0a43ab2..b0fc9b6 100644
--- a/sys/arm/conf/HL200
+++ b/sys/arm/conf/HL200
@@ -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
diff --git a/sys/arm/conf/IQ31244 b/sys/arm/conf/IQ31244
index 411b97d..d3c225b 100644
--- a/sys/arm/conf/IQ31244
+++ b/sys/arm/conf/IQ31244
@@ -29,6 +29,7 @@ options STARTUP_PAGETABLE_ADDR=0xa0000000
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
OpenPOWER on IntegriCloud