summaryrefslogtreecommitdiff
path: root/security/crypto
diff options
context:
space:
mode:
authorHolger Dengler <dengler@linutronix.de>2014-07-16 10:05:21 +0200
committerHolger Dengler <dengler@linutronix.de>2015-02-20 16:32:50 +0100
commitf328e684a274df1f820df5c5d9b685b8e6bd75d1 (patch)
treea94e3afdfe0340f5be5c920e5752377cf0e0e31f /security/crypto
parent386304e330a59a1281502d12321f92598455827a (diff)
security: kconfig integration for security chapters
Signed-off-by: Holger Dengler <dengler@linutronix.de>
Diffstat (limited to 'security/crypto')
-rw-r--r--security/crypto/Kconfig18
-rw-r--r--security/crypto/Makefile11
2 files changed, 20 insertions, 9 deletions
diff --git a/security/crypto/Kconfig b/security/crypto/Kconfig
new file mode 100644
index 0000000..21c6be7
--- /dev/null
+++ b/security/crypto/Kconfig
@@ -0,0 +1,18 @@
+config SECURITY_CRYPTO
+ bool "Cryptography Basics"
+ default y
+ help
+ Content:
+ - History
+ - Basic Concepts
+ - Symetric/Asymetric Algorithms
+ - Modes of Operation
+
+config SECURITY_PKI
+ bool "Public Key Infrastructure"
+ default y
+ help
+ Content:
+ - Terms
+ - Structure
+ - Tools
diff --git a/security/crypto/Makefile b/security/crypto/Makefile
index 257d70d..a9a4b6c 100644
--- a/security/crypto/Makefile
+++ b/security/crypto/Makefile
@@ -1,9 +1,2 @@
-all:
- for pdf in `ls -1 handout_*.tex pres_*.tex 2> /dev/null` ; do \
- TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \
- TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \
- done
-
-clean:
- rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out
-
+iobj-$(CONFIG_SECURITY_CRYPTO) += pres_crypto_en.pdf
+iobj-$(CONFIG_SECURITY_PKI) += pres_pki_en.pdf