From e7bc50ca8ffcaa6ed68ebd2315f78b0f5a7d10ad Mon Sep 17 00:00:00 2001 From: klaar36 Date: Fri, 20 Mar 2015 17:30:24 +0100 Subject: Initial Pintos --- src/threads/Make.vars | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/threads/Make.vars (limited to 'src/threads/Make.vars') diff --git a/src/threads/Make.vars b/src/threads/Make.vars new file mode 100644 index 0000000..dc45c2a --- /dev/null +++ b/src/threads/Make.vars @@ -0,0 +1,7 @@ +# -*- makefile -*- + +os.dsk: DEFINES = +KERNEL_SUBDIRS = threads devices lib lib/kernel $(TEST_SUBDIRS) +TEST_SUBDIRS = tests/threads +GRADING_FILE = $(SRCDIR)/tests/threads/Grading +SIMULATOR = --bochs -- cgit v1.2.1