From b2647cbe2fbc104c8240203a11889aabb5928c23 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Thu, 10 Jan 2019 13:40:28 +0100 Subject: Device Tree: initial version This is the initial version of a Device Tree Presentation. The Presentation includes Background, Scope and Advantages of Device Tree usage as well as a short explanation of the Syntax and Usage. It ends with information about current developments and references to further information. Also an excercise for the attendees is defined. Signed-off-by: Manuel Traut --- kernel-devel/dts/Makefile | 1 + 1 file changed, 1 insertion(+) create mode 100644 kernel-devel/dts/Makefile (limited to 'kernel-devel/dts/Makefile') diff --git a/kernel-devel/dts/Makefile b/kernel-devel/dts/Makefile new file mode 100644 index 0000000..c7250ca --- /dev/null +++ b/kernel-devel/dts/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_KERNEL_DTS) += pres_devicetree_en.pdf -- cgit v1.2.3