Files
pintos_22/src/threads/Make.vars
2024-10-01 23:37:39 +01:00

8 lines
225 B
Makefile

# -*- 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