summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2018-04-19 17:34:10 +0200
committerJohn Ogness <john.ogness@linutronix.de>2018-04-19 17:34:10 +0200
commit64516f9cc4a3ecc3c75b158227d523addc33f386 (patch)
tree5c3af06db85c717a44754d8f6bc75b26c7f0286d /Kconfig
parent76869963a8d6031afbb6f4eedc94fc98bfd217fa (diff)
printouts: add Kconfig option to build with printouts
If enabled, all selected presentations will also be build using the print templates. These are named the same, but stored in the deploy/printouts subdirectory. Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index eb11683..cedc98b 100644
--- a/Kconfig
+++ b/Kconfig
@@ -5,6 +5,11 @@ config BUILD_HANDOUTS
help
Build papers with or without handouts
+config BUILD_PRINTOUTS
+ bool "Build with printouts"
+ help
+ Build print version of slides
+
source "security/Kconfig"
source "basics/cpu-arch/Kconfig"
source "basics/lx-trainer/Kconfig"