summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arm/conf/AVILA1
-rw-r--r--sys/arm/conf/BWCT1
-rw-r--r--sys/arm/conf/CRB1
-rw-r--r--sys/arm/conf/DB-78XXX1
-rw-r--r--sys/arm/conf/DB-88F5XXX1
-rw-r--r--sys/arm/conf/DB-88F6XXX1
-rw-r--r--sys/arm/conf/GUMSTIX1
-rw-r--r--sys/arm/conf/KB920X1
-rw-r--r--sys/arm/conf/NSLU1
-rw-r--r--sys/arm/conf/SIMICS1
-rw-r--r--sys/arm/conf/SKYEYE1
-rw-r--r--sys/conf/Makefile.arm5
12 files changed, 13 insertions, 3 deletions
diff --git a/sys/arm/conf/AVILA b/sys/arm/conf/AVILA
index 303e1d6..ac306e4 100644
--- a/sys/arm/conf/AVILA
+++ b/sys/arm/conf/AVILA
@@ -30,6 +30,7 @@ options STARTUP_PAGETABLE_ADDR=0x10000000
include "../xscale/ixp425/std.avila"
#To statically compile in device wiring instead of /boot/device.hints
hints "AVILA.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
diff --git a/sys/arm/conf/BWCT b/sys/arm/conf/BWCT
index f60f8da..39793ad 100644
--- a/sys/arm/conf/BWCT
+++ b/sys/arm/conf/BWCT
@@ -27,6 +27,7 @@ include "../at91/std.bwct"
#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
diff --git a/sys/arm/conf/CRB b/sys/arm/conf/CRB
index 549a8b2..5252132 100644
--- a/sys/arm/conf/CRB
+++ b/sys/arm/conf/CRB
@@ -28,6 +28,7 @@ options STARTUP_PAGETABLE_ADDR=0x00000000
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
diff --git a/sys/arm/conf/DB-78XXX b/sys/arm/conf/DB-78XXX
index 0d2f275..5d30cd1 100644
--- a/sys/arm/conf/DB-78XXX
+++ b/sys/arm/conf/DB-78XXX
@@ -8,6 +8,7 @@ ident DB-88F78XX
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"
diff --git a/sys/arm/conf/DB-88F5XXX b/sys/arm/conf/DB-88F5XXX
index ea0d24f..3b877cc 100644
--- a/sys/arm/conf/DB-88F5XXX
+++ b/sys/arm/conf/DB-88F5XXX
@@ -8,6 +8,7 @@ ident DB-88F5XXX
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"
diff --git a/sys/arm/conf/DB-88F6XXX b/sys/arm/conf/DB-88F6XXX
index e89026e..9831b39 100644
--- a/sys/arm/conf/DB-88F6XXX
+++ b/sys/arm/conf/DB-88F6XXX
@@ -8,6 +8,7 @@ ident DB-88F6XXX
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"
diff --git a/sys/arm/conf/GUMSTIX b/sys/arm/conf/GUMSTIX
index 26bf30e..05172ca 100644
--- a/sys/arm/conf/GUMSTIX
+++ b/sys/arm/conf/GUMSTIX
@@ -34,6 +34,7 @@ options STARTUP_PAGETABLE_ADDR=0xa0000000
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
diff --git a/sys/arm/conf/KB920X b/sys/arm/conf/KB920X
index 255714c..edb36ad 100644
--- a/sys/arm/conf/KB920X
+++ b/sys/arm/conf/KB920X
@@ -24,6 +24,7 @@ include "../at91/std.kb920x"
# 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
diff --git a/sys/arm/conf/NSLU b/sys/arm/conf/NSLU
index 87edba4..f22319b2 100644
--- a/sys/arm/conf/NSLU
+++ b/sys/arm/conf/NSLU
@@ -29,6 +29,7 @@ options STARTUP_PAGETABLE_ADDR=0x10000000
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
diff --git a/sys/arm/conf/SIMICS b/sys/arm/conf/SIMICS
index f74b1e3..ef1ccb0 100644
--- a/sys/arm/conf/SIMICS
+++ b/sys/arm/conf/SIMICS
@@ -25,6 +25,7 @@ options PHYSADDR=0xc0000000
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
diff --git a/sys/arm/conf/SKYEYE b/sys/arm/conf/SKYEYE
index e394d30..007d49e 100644
--- a/sys/arm/conf/SKYEYE
+++ b/sys/arm/conf/SKYEYE
@@ -26,6 +26,7 @@ options PHYSADDR=0xc0000000
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
diff --git a/sys/conf/Makefile.arm b/sys/conf/Makefile.arm
index 99fc300..98f7d0d 100644
--- a/sys/conf/Makefile.arm
+++ b/sys/conf/Makefile.arm
@@ -19,9 +19,6 @@
# Which version of config(8) is required.
%VERSREQ= 600004
-# Temporary stuff while we're still embryonic
-NO_MODULES=
-
STD8X16FONT?= iso
.if !defined(S)
@@ -122,6 +119,8 @@ ${KERNEL_KO}.tramp: ${KERNEL_KO} $S/$M/$M/inckern.S $S/$M/$M/elf_trampoline.c
rm ${KERNEL_KO}.tmp.gz ${KERNEL_KO}.tramp.noheader opt_kernname.h \
inflate-tramp.o tmphack.S
+MKMODULESENV+= MACHINE=${MACHINE}
+
%BEFORE_DEPEND
%OBJS
OpenPOWER on IntegriCloud