summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.arm
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-10-23 01:51:55 +0000
committermarcel <marcel@FreeBSD.org>2008-10-23 01:51:55 +0000
commit0b891188402f8f36b7030ec68be51747af5a1cbd (patch)
tree147b2726264d888752addf18a8b919bbc1bf3e00 /sys/conf/files.arm
parent13ea6f6b0ffa732fc83ea8af82c7b05eff7fcffe (diff)
downloadFreeBSD-src-0b891188402f8f36b7030ec68be51747af5a1cbd.zip
FreeBSD-src-0b891188402f8f36b7030ec68be51747af5a1cbd.tar.gz
Add arm/conf/DEFAULTS and populate it with:
machine arm device mem options GEOM_BSD options GEOM_MBR Remove the first two from all kernel configuration files and change geom_bsd and geom_mbr from standard to optional.
Diffstat (limited to 'sys/conf/files.arm')
-rw-r--r--sys/conf/files.arm8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/files.arm b/sys/conf/files.arm
index 3cb7a5c..621317b 100644
--- a/sys/conf/files.arm
+++ b/sys/conf/files.arm
@@ -46,10 +46,10 @@ arm/arm/vm_machdep.c standard
arm/fpe-arm/armfpe_glue.S optional armfpe
arm/fpe-arm/armfpe_init.c optional armfpe
arm/fpe-arm/armfpe.S optional armfpe
-geom/geom_bsd.c standard
-geom/geom_bsd_enc.c standard
-geom/geom_mbr.c standard
-geom/geom_mbr_enc.c standard
+geom/geom_bsd.c optional geom_bsd
+geom/geom_bsd_enc.c optional geom_bsd
+geom/geom_mbr.c optional geom_mbr
+geom/geom_mbr_enc.c optional geom_mbr
hal.o optional ath_hal \
compile-with "ATH_HAL_CPU=`echo ${CONF_CFLAGS}|sed 's/.*-mcpu=\([a-zA-Z0-9]*\).*/\1/'`; ATH_ENDIAN=`if (echo ${CC}|grep mbig-endian>/dev/null); then echo be; else echo le; fi;`; uudecode < $S/contrib/dev/ath/public/$$ATH_HAL_CPU-$$ATH_ENDIAN-elf.hal.o.uu" \
no-implicit-rule
OpenPOWER on IntegriCloud