From 60de54d28386a1b758536a254b8a3c1dfbeaa7fb Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Sat, 27 Dec 2008 19:03:57 +0000 Subject: [PATCH] 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 --- sys/arm/conf/EP80219 | 1 + sys/arm/conf/HL200 | 1 + sys/arm/conf/IQ31244 | 1 + 3 files changed, 3 insertions(+) diff --git a/sys/arm/conf/EP80219 b/sys/arm/conf/EP80219 index 8ce5b164418..44fe2621ca2 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 0a43ab2b18e..b0fc9b69198 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 411b97d94a9..d3c225bc8d5 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