summaryrefslogtreecommitdiff
path: root/linux-basics/Makefile
diff options
context:
space:
mode:
authorManuel Traut <manut@linutronix.de>2010-10-13 05:07:23 +0200
committerManuel Traut <manut@linutronix.de>2010-10-13 05:07:23 +0200
commit533c32df10d6dcd42d0d3701c03c571ad6839b6f (patch)
tree8bb13210eba3f5535ed388ff617e980f03cf1f05 /linux-basics/Makefile
parentc9cbceab01d4afa983dbfa7ee12c5d5e438b78f5 (diff)
parent5c4103df94f354dc37e8b2f072336b71e46e1921 (diff)
Merge branch 'master' of ssh://tglx.de/home/linutronix/git/schulung
Diffstat (limited to 'linux-basics/Makefile')
-rw-r--r--linux-basics/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-basics/Makefile b/linux-basics/Makefile
index ab3b327..10d4fc6 100644
--- a/linux-basics/Makefile
+++ b/linux-basics/Makefile
@@ -1,4 +1,4 @@
-SUBDIRS = boot-process filesystem-structure important-tools linux-processes sh-programming what-is-linux
+SUBDIRS = boot-process filesystem-structure important-tools linux-processes sh-programming what-is-linux linux-mm-basics
all clean::
for dir in $(SUBDIRS) ; do \