X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Ffilesys%2FMake.vars;h=b3aa0059bd15f7245ae14abf9eb4cc56bc931c87;hp=5899e51100fe5324fb924199c215f3e3a14f4e9c;hb=a03618133f7df0954802a470a4bee7674f7aed45;hpb=d46fd132092304422193b717d9a60641604cc1b5 diff --git a/src/filesys/Make.vars b/src/filesys/Make.vars index 5899e51..b3aa005 100644 --- a/src/filesys/Make.vars +++ b/src/filesys/Make.vars @@ -1,6 +1,13 @@ -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 +kernel.bin: DEFINES = -DUSERPROG -DFILESYS +KERNEL_SUBDIRS = threads devices lib lib/kernel userprog filesys +TEST_SUBDIRS = tests/userprog tests/filesys/base tests/filesys/extended +GRADING_FILE = $(SRCDIR)/tests/filesys/Grading.no-vm +SIMULATOR = --qemu + +# Uncomment the lines below to enable VM. +#kernel.bin: DEFINES += -DVM +#KERNEL_SUBDIRS += vm +#TEST_SUBDIRS += tests/vm +#GRADING_FILE = $(SRCDIR)/tests/filesys/Grading.with-vm