diff options
| author | Holger Dengler <dengler@linutronix.de> | 2014-07-16 10:05:21 +0200 |
|---|---|---|
| committer | Holger Dengler <dengler@linutronix.de> | 2015-02-20 16:32:50 +0100 |
| commit | f328e684a274df1f820df5c5d9b685b8e6bd75d1 (patch) | |
| tree | a94e3afdfe0340f5be5c920e5752377cf0e0e31f /security/basics | |
| parent | 386304e330a59a1281502d12321f92598455827a (diff) | |
security: kconfig integration for security chapters
Signed-off-by: Holger Dengler <dengler@linutronix.de>
Diffstat (limited to 'security/basics')
| -rw-r--r-- | security/basics/Kconfig | 9 | ||||
| -rw-r--r-- | security/basics/Makefile | 10 |
2 files changed, 10 insertions, 9 deletions
diff --git a/security/basics/Kconfig b/security/basics/Kconfig new file mode 100644 index 0000000..b36748c --- /dev/null +++ b/security/basics/Kconfig @@ -0,0 +1,9 @@ +config SECURITY_BASICS_CONCEPT + bool "Security Concepts" + default y + help + Content: + - Terminology + - Security Aspects + - Secure System Design + diff --git a/security/basics/Makefile b/security/basics/Makefile index 257d70d..cee6a61 100644 --- a/security/basics/Makefile +++ b/security/basics/Makefile @@ -1,9 +1 @@ -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 - +obj-$(CONFIG_SECURITY_BASICS_CONCEPT) += pres_concept.pdf |
