summaryrefslogtreecommitdiffstats
path: root/intro/Make.vars
diff options
context:
space:
mode:
Diffstat (limited to 'intro/Make.vars')
-rw-r--r--intro/Make.vars2
1 files changed, 1 insertions, 1 deletions
diff --git a/intro/Make.vars b/intro/Make.vars
index c612275..43faa3b 100644
--- a/intro/Make.vars
+++ b/intro/Make.vars
@@ -1,7 +1,7 @@
1# -*- makefile -*- 1# -*- makefile -*-
2 2
3kernel.bin: DEFINES = -DUSERPROG -DFILESYS 3kernel.bin: DEFINES = -DUSERPROG -DFILESYS
4KERNEL_SUBDIRS = threads devices lib lib/kernel userprog filesys $(KERNEL_TESTS) 4KERNEL_SUBDIRS = threads devices lib lib/kernel userprog filesys vm $(KERNEL_TESTS)
5KERNEL_TESTS = tests/intro/alarm-clock 5KERNEL_TESTS = tests/intro/alarm-clock
6TEST_SUBDIRS = tests/intro/alarm-clock tests/intro/userprog-args 6TEST_SUBDIRS = tests/intro/alarm-clock tests/intro/userprog-args
7GRADING_FILE = $(SRCDIR)/tests/intro/Grading 7GRADING_FILE = $(SRCDIR)/tests/intro/Grading