summaryrefslogtreecommitdiff
path: root/flash-memory/flash-filesystems/Makefile
diff options
context:
space:
mode:
authorJan Altenberg <jan@linutronix.de>2011-01-24 11:44:23 +0100
committerJan Altenberg <jan@linutronix.de>2011-01-24 11:44:23 +0100
commita522ca8a1dcab3bde5c1da40c06dc28a9aade124 (patch)
tree1380d9da245b6c7b8eb5a5557afda6037b0aa299 /flash-memory/flash-filesystems/Makefile
parentc6e4660a7ea2bbd11fe105af4f650e3c10306e37 (diff)
New chapter about creating and testing JFFS2 / UbiFS images
on the host system (using nandsim)
Diffstat (limited to 'flash-memory/flash-filesystems/Makefile')
-rw-r--r--flash-memory/flash-filesystems/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/flash-memory/flash-filesystems/Makefile b/flash-memory/flash-filesystems/Makefile
new file mode 100644
index 0000000..4663d52
--- /dev/null
+++ b/flash-memory/flash-filesystems/Makefile
@@ -0,0 +1,9 @@
+all:
+ for pdf in `ls -1 *.tex` ; do \
+ pdflatex $$pdf; \
+ pdflatex $$pdf; \
+ done
+
+clean:
+ rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out
+