diff options
| author | Holger Dengler <dengler@linutronix.de> | 2016-11-04 16:32:39 +0100 |
|---|---|---|
| committer | Holger Dengler <dengler@linutronix.de> | 2016-11-11 14:01:52 +0100 |
| commit | 985ff8bcebfa5da9ff343e9310f0978edbb50e05 (patch) | |
| tree | 760a5b5ec6a27f4eb0472d497b0c2c1cfd836a8f /security/advanced/Makefile | |
| parent | 3c2306040ec03bcb58dbb0dffa0c11f9901c9302 (diff) | |
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 <dengler@linutronix.de>
Diffstat (limited to 'security/advanced/Makefile')
| -rw-r--r-- | security/advanced/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
