diff options
Diffstat (limited to 'src/userprog/Make.vars')
| -rw-r--r-- | src/userprog/Make.vars | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/userprog/Make.vars b/src/userprog/Make.vars new file mode 100644 index 0000000..4335438 --- /dev/null +++ b/src/userprog/Make.vars @@ -0,0 +1,8 @@ +# -*- makefile -*- + +os.dsk: DEFINES += -DUSERPROG -DFILESYS +KERNEL_SUBDIRS = threads devices lib lib/kernel userprog filesys +TEST_SUBDIRS = tests/klaar tests/userprog tests/filesys/base +# tests/userprog/no-vm +GRADING_FILE = $(SRCDIR)/tests/userprog/Grading +SIMULATOR = --qemu |
