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
This commit is contained in:
Bjoern A. Zeeb 2008-12-27 19:03:57 +00:00
parent db90f779c1
commit 60de54d283
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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