summaryrefslogtreecommitdiffstats
path: root/sys/conf/options.i386
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2006-05-07 18:12:18 +0000
committernetchild <netchild@FreeBSD.org>2006-05-07 18:12:18 +0000
commitb82b9cbf4ca2dd9ef9a8aa96d5538614bb983c31 (patch)
treedc3da1423eab41abb6c819861da56345c391c907 /sys/conf/options.i386
parentbbcf536040e8d4eb3552034d378dec83be82f538 (diff)
downloadFreeBSD-src-b82b9cbf4ca2dd9ef9a8aa96d5538614bb983c31.zip
FreeBSD-src-b82b9cbf4ca2dd9ef9a8aa96d5538614bb983c31.tar.gz
- change the example of compiling only specific modules to not contain
the linux module, since it is not cross-platform - move linprocfs from "files" and "options" to architecture specific files, since it only makes sense to build this for those architectures, where we also have a linuxolator - disable the build of the linuxolator on our tier-2 architecture "Alpha": * we don't have a linux_base port which supports Alpha and at the same time is not outdated/obsoleted upstream/in a good condition/ currently working * the upcomming new default linux base port is based upon Fedora Core 3 (security support via http://www.fedoralegacy.org), which isn't available for Alpha (like the current default linux base port which is based upon Red Hat 8) * nobody answered my request for testing it ~1 month ago on current@ and alpha@ (it doesn't surprises me, see above) * a SoC student wouldn't have to waste time on something which nobody is willing to test This does not remove the alpha specific MD files of the linuxolator yet. Discussed on: arch (mostly silence) Spiritual support by: scottl
Diffstat (limited to 'sys/conf/options.i386')
-rw-r--r--sys/conf/options.i3861
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index 4d2484b..c862c05 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -24,6 +24,7 @@ IBCS2 opt_dontuse.h
COMPAT_LINUX opt_dontuse.h
COMPAT_SVR4 opt_dontuse.h
DEBUG_SVR4 opt_svr4.h
+LINPROCFS opt_dontuse.h
NDISAPI opt_dontuse.h
PECOFF_DEBUG opt_pecoff.h
PECOFF_SUPPORT opt_dontuse.h
OpenPOWER on IntegriCloud