summaryrefslogtreecommitdiff
path: root/flash-memory/ubi
diff options
context:
space:
mode:
Diffstat (limited to 'flash-memory/ubi')
-rw-r--r--flash-memory/ubi/Kconfig5
-rw-r--r--flash-memory/ubi/Makefile11
2 files changed, 7 insertions, 9 deletions
diff --git a/flash-memory/ubi/Kconfig b/flash-memory/ubi/Kconfig
new file mode 100644
index 0000000..6c38716
--- /dev/null
+++ b/flash-memory/ubi/Kconfig
@@ -0,0 +1,5 @@
+config UBI
+ bool "UBI papers"
+ default y
+ help
+ Papers about UBI
diff --git a/flash-memory/ubi/Makefile b/flash-memory/ubi/Makefile
index d641258..d62416c 100644
--- a/flash-memory/ubi/Makefile
+++ b/flash-memory/ubi/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_UBI) += pres_ubi_en.pdf
+obj-handout-$(CONFIG_UBI) += handout_ubi_de.pdf