summaryrefslogtreecommitdiff
path: root/misc/Makefile
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2017-12-19 10:46:32 +0100
committerJohn Ogness <john.ogness@linutronix.de>2017-12-19 10:46:32 +0100
commit0f172d0b022f1a2ec3d7465eb7272828ee083f6e (patch)
tree7e7aded1388eaa61097f9e1c2c2b22cc2f60d0ef /misc/Makefile
parentc30d3680a48c7966f860262ac4ec2398bd52ae8d (diff)
import presentations from devel/jogness
Several presentations are available only in devel/jogness. Add them to master to allow easy access to any trainer. misc/pres_best_en: best practice guidelines misc/pres_ipc_en: overview of linux ipc mechanisms misc/pres_minicoredumper_en: minicoredumper features misc/pres_zynq_en: describe the zynq architecture Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'misc/Makefile')
-rw-r--r--misc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index de1732a..18bde4e 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -1 +1,5 @@
obj-$(CONFIG_MISC_XML) += pres_xml-fasttrack_en.pdf
+obj-$(CONFIG_MISC_ZYNQ) += pres_zynq_en.pdf
+obj-$(CONFIG_MISC_MINICOREDUMPER) += pres_minicoredumper_en.pdf
+obj-$(CONFIG_MISC_BEST) += pres_best_en.pdf
+obj-$(CONFIG_MISC_IPC) += pres_ipc_en.pdf