summaryrefslogtreecommitdiff
path: root/linux-basics/Makefile
diff options
context:
space:
mode:
authorJan Altenberg <jan@linutronix.de>2010-10-08 15:54:23 +0200
committerJan Altenberg <jan@linutronix.de>2010-10-08 15:54:23 +0200
commitad6f044415a9563ba4969957f673c73209ce9e1b (patch)
treeb99dd76f14c979aa04cb18997c55a4b7856f94f0 /linux-basics/Makefile
parent3e0749d662262f2e989fed74cd809b11c1357708 (diff)
Userspace memory management:
- Basics - Do's and Dont's - Realtime
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 \