summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
Diffstat (limited to 'protocols')
-rw-r--r--protocols/Makefile6
-rw-r--r--protocols/socketcan/Kconfig5
-rw-r--r--protocols/socketcan/Makefile10
3 files changed, 6 insertions, 15 deletions
diff --git a/protocols/Makefile b/protocols/Makefile
deleted file mode 100644
index 0a202ea..0000000
--- a/protocols/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-SUBDIRS = `ls -1 | grep -v *.tex | grep -v Makefile | grep -v TODO`
-
-all clean::
- for dir in $(SUBDIRS) ; do \
- (cd $$dir && make $@); \
- done
diff --git a/protocols/socketcan/Kconfig b/protocols/socketcan/Kconfig
new file mode 100644
index 0000000..b216e7f
--- /dev/null
+++ b/protocols/socketcan/Kconfig
@@ -0,0 +1,5 @@
+config SOCKETCAN
+ bool "Socketcan papers"
+ default y
+ help
+ Papers about socketcan
diff --git a/protocols/socketcan/Makefile b/protocols/socketcan/Makefile
index d641258..5f90f1b 100644
--- a/protocols/socketcan/Makefile
+++ b/protocols/socketcan/Makefile
@@ -1,9 +1 @@
-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_SOCKETCAN) += pres_socketcan_de.pdf