provided code
This commit is contained in:
7
src/threads/Make.vars
Normal file
7
src/threads/Make.vars
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- makefile -*-
|
||||
|
||||
kernel.bin: DEFINES = -DTHREADS
|
||||
KERNEL_SUBDIRS = threads devices lib lib/kernel $(TEST_SUBDIRS)
|
||||
TEST_SUBDIRS = tests/threads tests/devices
|
||||
GRADING_FILE = $(SRCDIR)/tests/threads/Grading
|
||||
SIMULATOR = --qemu
|
||||
Reference in New Issue
Block a user