Implement a proper block layer with partition support.
[pintos-anon] / src / threads / Make.vars
index 55ef2b2f6d366d4d7dab80cf1792bac9e912b547..310c240748ed69c653b97a88f828e6d0bb8b1a9a 100644 (file)
@@ -1,2 +1,7 @@
-DEFINES = 
-SUBDIRS = threads devices lib lib/kernel
+# -*- makefile -*-
+
+kernel.bin: DEFINES =
+KERNEL_SUBDIRS = threads devices lib lib/kernel $(TEST_SUBDIRS)
+TEST_SUBDIRS = tests/threads
+GRADING_FILE = $(SRCDIR)/tests/threads/Grading
+SIMULATOR = --bochs