Allow students to easily disable VM.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 9 Sep 2004 20:55:11 +0000 (20:55 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 9 Sep 2004 20:55:11 +0000 (20:55 +0000)
src/filesys/Makefile.vars

index 03e8f0803fcd2e82322fba74118919c9174871d0..5899e51100fe5324fb924199c215f3e3a14f4e9c 100644 (file)
@@ -1,2 +1,6 @@
 DEFINES = -DUSERPROG -DFILESYS
 SUBDIRS = threads devices lib lib/kernel userprog filesys
+
+# Comment out the two lines below to disable VM.
+DEFINES += -DVM
+SUBDIRS += vm