aboutsummaryrefslogtreecommitdiff
path: root/tools/build
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-11-10 23:54:48 +0000
committerWarner Losh <imp@FreeBSD.org>2017-11-10 23:54:48 +0000
commit4728f534ff6d6644c6f80d2028503670859af576 (patch)
treefef874a9ab9b842747e7537f1d4aa54e8dba6566 /tools/build
parenta179cd9114f08949088458bc6cef1f094f6c36ce (diff)
downloadsrc-4728f534ff6d6644c6f80d2028503670859af576.tar.gz
src-4728f534ff6d6644c6f80d2028503670859af576.zip
Move LOADER_{NO,}_GELI_SUPPORT to MK_LOADER_GELI
Transition to WITH/WITHOUT_LOADER_GELI to flag support or not of GELI in the boot loaders. Add HAVE_GELI so components can flag they need support (since it's too large to include everywhere). Add temporary warnings for the old forms to ease transition. Also, update test script to build without GELI on x86. Sponsored by: Netflix
Notes
Notes: svn path=/head/; revision=325693
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/options/WITHOUT_LOADER_GEIL2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/build/options/WITHOUT_LOADER_GEIL b/tools/build/options/WITHOUT_LOADER_GEIL
new file mode 100644
index 000000000000..114bea6bfe0d
--- /dev/null
+++ b/tools/build/options/WITHOUT_LOADER_GEIL
@@ -0,0 +1,2 @@
+.\" $FreeBSD$
+Disable inclusion of GELI crypto support in the boot chain binaries.