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