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