summaryrefslogtreecommitdiffstats
path: root/debian/bin/gencontrol.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xdebian/bin/gencontrol.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/bin/gencontrol.py b/debian/bin/gencontrol.py
index 3df5549cc..1d7971fc3 100755
--- a/debian/bin/gencontrol.py
+++ b/debian/bin/gencontrol.py
@@ -573,7 +573,7 @@ class Gencontrol(Base):
if build_debug:
makeflags['KCONFIG_OPTIONS'] += ' -o DEBUG_INFO=y'
if build_signed:
- makeflags['KCONFIG_OPTIONS'] += ' -o MODULE_SIG=y'
+ makeflags['KCONFIG_OPTIONS'] += ' -o LOCK_DOWN_IN_EFI_SECURE_BOOT=y -o MODULE_SIG=y'
# Add "salt" to fix #872263
makeflags['KCONFIG_OPTIONS'] += (' -o "BUILD_SALT=\\"%s%s\\""' %
(vars['abiname'],