X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=src%2Fuserprog%2FMake.vars;h=711b091e7dc0b9897272dcdd61146b9669155dd7;hb=5b661956ace4b384f64670c065d283bc7ef7ca4e;hp=03e8f0803fcd2e82322fba74118919c9174871d0;hpb=d46fd132092304422193b717d9a60641604cc1b5;p=pintos-anon diff --git a/src/userprog/Make.vars b/src/userprog/Make.vars index 03e8f08..711b091 100644 --- a/src/userprog/Make.vars +++ b/src/userprog/Make.vars @@ -1,2 +1,6 @@ -DEFINES = -DUSERPROG -DFILESYS -SUBDIRS = threads devices lib lib/kernel userprog filesys +# -*- makefile -*- + +os.dsk: DEFINES = -DUSERPROG -DFILESYS +KERNEL_SUBDIRS = threads devices lib lib/kernel userprog filesys +TEST_SUBDIRS = tests/userprog tests/userprog/no-vm tests/filesys/base +GRADING_FILE = $(SRCDIR)/tests/userprog/Grading