Remove MODULES_OVERRIDE="" and WITHOUT_MODULES="ahc" from armv6 configs.

These are left over from long ago when there was no way to load modules
on early armv6 platforms, and when there was a build problem with ahc
that has long since been fixed, and they just keep getting copy-pasted
into new configs.
This commit is contained in:
ian 2015-03-10 02:33:51 +00:00
parent a2b2051a62
commit fe5610dad8
8 changed files with 0 additions and 20 deletions

View File

@ -22,7 +22,6 @@ ident MV-88F78XX0
include "../mv/armadaxp/std.mv78x60"
options SOC_MV_ARMADAXP
makeoptions MODULES_OVERRIDE=""
makeoptions WERROR="-Werror"

View File

@ -23,9 +23,6 @@ ident CUBIEBOARD
include "../allwinner/std.a10"
makeoptions MODULES_OVERRIDE=""
makeoptions WITHOUT_MODULES="ahc"
options HZ=100
options SCHED_4BSD # 4BSD scheduler
options PREEMPTION # Enable kernel thread preemption

View File

@ -23,9 +23,6 @@ ident CUBIEBOARD2
include "../allwinner/a20/std.a20"
makeoptions MODULES_OVERRIDE=""
makeoptions WITHOUT_MODULES="ahc"
options HZ=100
options SCHED_ULE # ULE scheduler
options PREEMPTION # Enable kernel thread preemption

View File

@ -18,9 +18,6 @@
#
# $FreeBSD$
makeoptions MODULES_OVERRIDE=""
makeoptions WITHOUT_MODULES="ahc"
makeoptions WERROR="-Werror"
options HZ=100

View File

@ -29,9 +29,6 @@ hints "PANDABOARD.hints"
include "../ti/omap4/pandaboard/std.pandaboard"
makeoptions MODULES_OVERRIDE=""
makeoptions WITHOUT_MODULES="ahc"
options HZ=100
options SCHED_ULE # ULE scheduler
options PREEMPTION # Enable kernel thread preemption

View File

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

View File

@ -21,9 +21,6 @@
ident VYBRID
include "../freescale/vybrid/std.vybrid"
makeoptions MODULES_OVERRIDE=""
makeoptions WITHOUT_MODULES="ahc"
makeoptions WERROR="-Werror"
options HZ=100

View File

@ -23,9 +23,6 @@ ident ZEDBOARD
include "../xilinx/zedboard/std.zedboard"
makeoptions MODULES_OVERRIDE=""
makeoptions WITHOUT_MODULES="ahc"
options SCHED_ULE # ULE scheduler
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking