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:
parent
a2b2051a62
commit
fe5610dad8
@ -22,7 +22,6 @@ ident MV-88F78XX0
|
||||
include "../mv/armadaxp/std.mv78x60"
|
||||
|
||||
options SOC_MV_ARMADAXP
|
||||
makeoptions MODULES_OVERRIDE=""
|
||||
|
||||
makeoptions WERROR="-Werror"
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -18,9 +18,6 @@
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
makeoptions MODULES_OVERRIDE=""
|
||||
makeoptions WITHOUT_MODULES="ahc"
|
||||
|
||||
makeoptions WERROR="-Werror"
|
||||
|
||||
options HZ=100
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -21,9 +21,6 @@
|
||||
ident VYBRID
|
||||
include "../freescale/vybrid/std.vybrid"
|
||||
|
||||
makeoptions MODULES_OVERRIDE=""
|
||||
makeoptions WITHOUT_MODULES="ahc"
|
||||
|
||||
makeoptions WERROR="-Werror"
|
||||
|
||||
options HZ=100
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user