From 985ff8bcebfa5da9ff343e9310f0978edbb50e05 Mon Sep 17 00:00:00 2001 From: Holger Dengler Date: Fri, 4 Nov 2016 16:32:39 +0100 Subject: security: separate config targets for eappl slides Add separate configuration options for the Linux Application Security slide decks (eappl-I, eappl-II, and eappl-comp). These slide decks combine several topics to one respectively two slide decks and should be used only for Seminars or Workshops. In the security training a separate slide deck for each topic should be used. The per-topic slides are selected by default, whereas the combined slides are not selected. Signed-off-by: Holger Dengler --- security/advanced/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'security/advanced/Makefile') diff --git a/security/advanced/Makefile b/security/advanced/Makefile index ef26487..63f5709 100644 --- a/security/advanced/Makefile +++ b/security/advanced/Makefile @@ -5,5 +5,6 @@ obj-$(CONFIG_SECURITY_ADV) += pres_process_thread.pdf obj-$(CONFIG_SECURITY_ADV) += pres_multiuser_dac.pdf obj-$(CONFIG_SECURITY_ADV) += pres_namespace_container.pdf obj-$(CONFIG_SECURITY_ADV) += pres_mac.pdf -obj-$(CONFIG_SECURITY_ADV) += pres_eappl_sec-I.pdf -obj-$(CONFIG_SECURITY_ADV) += pres_eappl_sec-II.pdf +obj-$(CONFIG_SECURITY_ADV_EAPPL) += pres_eappl_sec-I.pdf +obj-$(CONFIG_SECURITY_ADV_EAPPL) += pres_eappl_sec-II.pdf +obj-$(CONFIG_SECURITY_ADV_EAPPL_COMP) += pres_eappl_sec-comp.pdf -- cgit v1.2.3