diff options
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} |
