X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Ffilesys%2FMake.vars;h=5a010be73da65f286ddc235b223ccc40fdbd44a1;hp=5899e51100fe5324fb924199c215f3e3a14f4e9c;hb=615bf3b3d2a8573ed6fb9ddc0055745e163ac999;hpb=5780c9f434cca090f88463b7f0199d49b4ded288 diff --git a/src/filesys/Make.vars b/src/filesys/Make.vars index 5899e51..5a010be 100644 --- a/src/filesys/Make.vars +++ b/src/filesys/Make.vars @@ -1,6 +1,11 @@ -DEFINES = -DUSERPROG -DFILESYS -SUBDIRS = threads devices lib lib/kernel userprog filesys +# -*- makefile -*- -# Comment out the two lines below to disable VM. -DEFINES += -DVM -SUBDIRS += vm +os.dsk: DEFINES = -DUSERPROG -DFILESYS + +KERNEL_SUBDIRS = threads devices lib lib/kernel userprog filesys +TEST_SUBDIRS = tests/userprog tests/filesys/base tests/filesys/extended + +# Uncomment the lines below to enable VM. +#os.dsk: DEFINES += -DVM +#KERNEL_SUBDIRS += vm +#TEST_SUBDIRS += tests/vm