diff options
Diffstat (limited to 'userprog/Make.vars')
| -rw-r--r-- | userprog/Make.vars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userprog/Make.vars b/userprog/Make.vars index e4dbb08..3541b02 100644 --- a/userprog/Make.vars +++ b/userprog/Make.vars | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # -*- makefile -*- | 1 | # -*- makefile -*- |
| 2 | 2 | ||
| 3 | kernel.bin: DEFINES = -DUSERPROG -DFILESYS | 3 | kernel.bin: DEFINES = -DUSERPROG -DFILESYS |
| 4 | KERNEL_SUBDIRS = threads devices lib lib/kernel userprog filesys | 4 | KERNEL_SUBDIRS = threads devices lib lib/kernel userprog filesys vm |
| 5 | TEST_SUBDIRS = tests/userprog tests/userprog/no-vm tests/filesys/base | 5 | TEST_SUBDIRS = tests/userprog tests/userprog/no-vm tests/filesys/base |
| 6 | GRADING_FILE = $(SRCDIR)/tests/userprog/Grading | 6 | GRADING_FILE = $(SRCDIR)/tests/userprog/Grading |
| 7 | SIMULATOR = --qemu | 7 | SIMULATOR = --qemu |
