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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to