diff options
| author | Manuel Traut <manut@linutronix.de> | 2016-06-08 10:19:56 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2016-06-08 10:19:56 +0200 |
| commit | 2fc7aa5f9ec10357cd549be562bcff0a7ad4b9eb (patch) | |
| tree | 3c3937a5e76b875c1bc011e591255553b03c6a6b /distribution/autotools | |
| parent | efbe1915eec5f6e9ffee6940f6bd5f98e2e66bb0 (diff) | |
autotools: add wrapper slides
to enable standalone build
Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'distribution/autotools')
| -rw-r--r-- | distribution/autotools/Kconfig | 5 | ||||
| -rw-r--r-- | distribution/autotools/Makefile | 1 | ||||
| -rw-r--r-- | distribution/autotools/pres_autotools.tex | 7 |
3 files changed, 13 insertions, 0 deletions
diff --git a/distribution/autotools/Kconfig b/distribution/autotools/Kconfig new file mode 100644 index 0000000..de39600 --- /dev/null +++ b/distribution/autotools/Kconfig @@ -0,0 +1,5 @@ +config AUTOTOOLS + bool "autotools" + default y + help + Example how to use the elbe adk diff --git a/distribution/autotools/Makefile b/distribution/autotools/Makefile new file mode 100644 index 0000000..0766c4a --- /dev/null +++ b/distribution/autotools/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_AUTOTOOLS) += pres_autotools.pdf diff --git a/distribution/autotools/pres_autotools.tex b/distribution/autotools/pres_autotools.tex new file mode 100644 index 0000000..b0d4801 --- /dev/null +++ b/distribution/autotools/pres_autotools.tex @@ -0,0 +1,7 @@ +\input{configpres} + +\title{Autotools} +\maketitle +\input{autotools} + +\input{tailpres} |
