Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2008 00:59:44 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 153805 for review
Message-ID:  <200811300059.mAU0xiNL040541@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=153805

Change 153805 by sam@sam_ebb on 2008/11/30 00:59:43

	add MODULE_OVERRIDE since modules are enabled in the branch
	and there are many that don't build

Affected files ...

.. //depot/projects/vap/sys/arm/conf/BWCT#8 edit
.. //depot/projects/vap/sys/arm/conf/CRB#7 edit
.. //depot/projects/vap/sys/arm/conf/DB-78XXX#4 edit
.. //depot/projects/vap/sys/arm/conf/DB-88F5XXX#4 edit
.. //depot/projects/vap/sys/arm/conf/DB-88F6XXX#4 edit
.. //depot/projects/vap/sys/arm/conf/GUMSTIX#3 edit
.. //depot/projects/vap/sys/arm/conf/KB920X#11 edit
.. //depot/projects/vap/sys/arm/conf/NSLU#4 edit
.. //depot/projects/vap/sys/arm/conf/SIMICS#9 edit
.. //depot/projects/vap/sys/arm/conf/SKYEYE#7 edit

Differences ...

==== //depot/projects/vap/sys/arm/conf/BWCT#8 (text+ko) ====

@@ -27,6 +27,7 @@
 #To statically compile in device wiring instead of /boot/device.hints
 #hints		"hints.at91rm9200"
 hints		"BWCT.hints"
+makeoptions	MODULES_OVERRIDE=""
 
 #makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
 options		DDB

==== //depot/projects/vap/sys/arm/conf/CRB#7 (text+ko) ====

@@ -28,6 +28,7 @@
 include		"../xscale/i8134x/std.crb"
 #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

==== //depot/projects/vap/sys/arm/conf/DB-78XXX#4 (text+ko) ====

@@ -8,6 +8,7 @@
 include		"../mv/discovery/std.db78xxx"
 
 options		SOC_MV_DISCOVERY
+makeoptions	MODULES_OVERRIDE=""
 
 #makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
 makeoptions	WERROR="-Werror"

==== //depot/projects/vap/sys/arm/conf/DB-88F5XXX#4 (text+ko) ====

@@ -8,6 +8,7 @@
 include		"../mv/orion/std.db88f5xxx"
 
 options		SOC_MV_ORION
+makeoptions	MODULES_OVERRIDE=""
 
 #makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
 makeoptions	WERROR="-Werror"

==== //depot/projects/vap/sys/arm/conf/DB-88F6XXX#4 (text+ko) ====

@@ -8,6 +8,7 @@
 include		"../mv/kirkwood/std.db88f6xxx"
 
 options		SOC_MV_KIRKWOOD
+makeoptions	MODULES_OVERRIDE=""
 
 #makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
 makeoptions	WERROR="-Werror"

==== //depot/projects/vap/sys/arm/conf/GUMSTIX#3 (text+ko) ====

@@ -34,6 +34,7 @@
 include		"../xscale/pxa/std.pxa"
 #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
 options		HZ=100

==== //depot/projects/vap/sys/arm/conf/KB920X#11 (text) ====

@@ -24,6 +24,7 @@
 # The AT91 platform doesn't use /boot/loader, so we have to statically wire
 # hints.
 hints		"KB920X.hints"
+makeoptions	MODULES_OVERRIDE=""
 
 makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
 options 	DDB

==== //depot/projects/vap/sys/arm/conf/NSLU#4 (text+ko) ====

@@ -29,6 +29,7 @@
 include		"../xscale/ixp425/std.avila"
 #To statically compile in device wiring instead of /boot/device.hints
 hints		"NSLU.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

==== //depot/projects/vap/sys/arm/conf/SIMICS#9 (text+ko) ====

@@ -25,6 +25,7 @@
 include		"../sa11x0/std.sa11x0"
 #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=strongarm

==== //depot/projects/vap/sys/arm/conf/SKYEYE#7 (text) ====

@@ -26,6 +26,7 @@
 include		"../at91/std.kb920x"
 #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=arm9



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811300059.mAU0xiNL040541>