8 lines
225 B
Makefile
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
|