diff options
Diffstat (limited to 'src/userprog/Make.vars')
| -rw-r--r-- | src/userprog/Make.vars | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/userprog/Make.vars b/src/userprog/Make.vars new file mode 100644 index 0000000..eebac65 --- /dev/null +++ b/src/userprog/Make.vars @@ -0,0 +1,7 @@ +# -*- 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 +SIMULATOR = --qemu |
