Remove MODULES_OVERRIDE="" for Marvel-based armv5 systems.

Also add some #NO_UNIVERSE to configs that essentially duplicate DB-88F6XXX.
This commit is contained in:
Ian Lepore 2015-03-10 14:36:51 +00:00
parent 7d6e57b6c6
commit 868c7673d2
6 changed files with 3 additions and 8 deletions

View File

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

View File

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

View File

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

View File

@ -17,6 +17,7 @@
# #
# $FreeBSD$ # $FreeBSD$
# #
#NO_UNIVERSE
ident DOCKSTAR ident DOCKSTAR
@ -24,8 +25,6 @@ include "../mv/kirkwood/std.db88f6xxx"
makeoptions FDT_DTS_FILE=dockstar.dts makeoptions FDT_DTS_FILE=dockstar.dts
makeoptions MODULES_OVERRIDE=""
options SOC_MV_KIRKWOOD options SOC_MV_KIRKWOOD
options SCHED_4BSD # 4BSD scheduler options SCHED_4BSD # 4BSD scheduler

View File

@ -20,6 +20,7 @@
# #
# $FreeBSD$ # $FreeBSD$
# #
#NO_UNIVERSE
ident DREAMPLUG-1001 ident DREAMPLUG-1001
@ -27,8 +28,6 @@ include "../mv/kirkwood/std.db88f6xxx"
makeoptions FDT_DTS_FILE=dreamplug-1001.dts makeoptions FDT_DTS_FILE=dreamplug-1001.dts
makeoptions MODULES_OVERRIDE=""
options SOC_MV_KIRKWOOD options SOC_MV_KIRKWOOD
options SCHED_4BSD # 4BSD scheduler options SCHED_4BSD # 4BSD scheduler

View File

@ -3,12 +3,12 @@
# #
# $FreeBSD$ # $FreeBSD$
# #
#NO_UNIVERSE
ident SHEEVAPLUG ident SHEEVAPLUG
include "../mv/kirkwood/std.db88f6xxx" include "../mv/kirkwood/std.db88f6xxx"
options SOC_MV_KIRKWOOD options SOC_MV_KIRKWOOD
makeoptions MODULES_OVERRIDE=""
#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols #makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
makeoptions WERROR="-Werror" makeoptions WERROR="-Werror"