From ad6f044415a9563ba4969957f673c73209ce9e1b Mon Sep 17 00:00:00 2001 From: Jan Altenberg Date: Fri, 8 Oct 2010 15:54:23 +0200 Subject: Userspace memory management: - Basics - Do's and Dont's - Realtime --- linux-basics/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-basics/Makefile') 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 \ -- cgit v1.2.3