summaryrefslogtreecommitdiff
path: root/application-devel/app-debugging
diff options
context:
space:
mode:
authorChristian Eppler <c.eppler@linutonix.de>2013-05-13 16:22:27 +0200
committerChristian Eppler <c.eppler@linutonix.de>2013-05-13 16:22:27 +0200
commit9e05689406c83ae3020ca32a6ec6387466209138 (patch)
tree20a95a65df7e46b584c666ec74850df6d62b3045 /application-devel/app-debugging
parentcea5039322781f6085dd47954af5584ca3f78911 (diff)
Implement Kconfig build system
Signed-off-by: Christian Eppler <c.eppler@linutonix.de>
Diffstat (limited to 'application-devel/app-debugging')
-rw-r--r--application-devel/app-debugging/Kconfig7
-rw-r--r--application-devel/app-debugging/Makefile11
2 files changed, 9 insertions, 9 deletions
diff --git a/application-devel/app-debugging/Kconfig b/application-devel/app-debugging/Kconfig
new file mode 100644
index 0000000..3802821
--- /dev/null
+++ b/application-devel/app-debugging/Kconfig
@@ -0,0 +1,7 @@
+config APPLICATION_DEBUGGING
+ bool "Application debugging papers"
+ default y
+ help
+ Papers about application debugging
+
+
diff --git a/application-devel/app-debugging/Makefile b/application-devel/app-debugging/Makefile
index d641258..aa043f0 100644
--- a/application-devel/app-debugging/Makefile
+++ b/application-devel/app-debugging/Makefile
@@ -1,9 +1,2 @@
-all:
- for pdf in `ls -1 *.tex` ; do \
- TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \
- TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \
- done
-
-clean:
- rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out
-
+obj-$(CONFIG_APPLICATION_DEBUGGING) += pres_app-debugging_de.pdf
+obj-handout-$(CONFIG_APPLICATION_DEBUGGING) += handout_app-debugging_de.pdf