The lock functions don't really need to disable interrupts themselves,
[pintos-anon] / src / threads / Make.vars
index 55ef2b2f6d366d4d7dab80cf1792bac9e912b547..1c90f59f84d517c00d21d3d8370329d7b851da20 100644 (file)
@@ -1,2 +1,6 @@
-DEFINES = 
-SUBDIRS = threads devices lib lib/kernel
+# -*- makefile -*-
+
+os.dsk: DEFINES =
+KERNEL_SUBDIRS = threads devices lib lib/kernel $(TEST_SUBDIRS)
+TEST_SUBDIRS = tests/threads
+GRADING_FILE = $(SRCDIR)/tests/threads/Grading