summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile.i386
diff options
context:
space:
mode:
authorallanjude <allanjude@FreeBSD.org>2016-04-21 16:32:48 +0000
committerallanjude <allanjude@FreeBSD.org>2016-04-21 16:32:48 +0000
commitadad00107e8dfa088fb9af32271cf95ef7f9b29f (patch)
treef51d4522be6ab4a10fb4798d9cc4710d010041b6 /sys/boot/Makefile.i386
parentaa049bec2dd4b9e6c0572299edcc4c1c94a9045a (diff)
downloadFreeBSD-src-adad00107e8dfa088fb9af32271cf95ef7f9b29f.zip
FreeBSD-src-adad00107e8dfa088fb9af32271cf95ef7f9b29f.tar.gz
Add more guards to disable GELIBOOT by defining LOADER_NO_GELI_SUPPORT
Reviewed by: cem Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D6049
Diffstat (limited to 'sys/boot/Makefile.i386')
-rw-r--r--sys/boot/Makefile.i3863
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/boot/Makefile.i386 b/sys/boot/Makefile.i386
index 8244da5..7c19905 100644
--- a/sys/boot/Makefile.i386
+++ b/sys/boot/Makefile.i386
@@ -3,4 +3,7 @@
SUBDIR+= efi
SUBDIR+= libstand32
SUBDIR+= zfs
+
+.if !defined(LOADER_NO_GELI_SUPPORT)
SUBDIR+= geli
+.endif
OpenPOWER on IntegriCloud