summaryrefslogtreecommitdiffstats
path: root/intro/Make.vars
blob: c61227541075259cbd5736b2fce34e5e9eda9204 (plain)
1
2
3
4
5
6
7
# -*- makefile -*-

kernel.bin: DEFINES = -DUSERPROG -DFILESYS
KERNEL_SUBDIRS = threads devices lib lib/kernel userprog filesys $(KERNEL_TESTS)
KERNEL_TESTS   = tests/intro/alarm-clock
TEST_SUBDIRS = tests/intro/alarm-clock tests/intro/userprog-args
GRADING_FILE = $(SRCDIR)/tests/intro/Grading