Update docs.
[pintos-anon] / src / filesys / Makefile.vars
index db29a74279f0581e8d3a1bd215881c1bc85fe2e0..5899e51100fe5324fb924199c215f3e3a14f4e9c 100644 (file)
@@ -1,2 +1,6 @@
 DEFINES = -DUSERPROG -DFILESYS
-SUBDIRS = threads devices lib userprog filesys
+SUBDIRS = threads devices lib lib/kernel userprog filesys
+
+# Comment out the two lines below to disable VM.
+DEFINES += -DVM
+SUBDIRS += vm