8 lines
202 B
Text
8 lines
202 B
Text
|
# -*- makefile -*-
|
||
|
|
||
|
kernel.bin: DEFINES =
|
||
|
KERNEL_SUBDIRS = threads devices lib lib/kernel $(TEST_SUBDIRS)
|
||
|
TEST_SUBDIRS = tests/threads
|
||
|
GRADING_FILE = $(SRCDIR)/tests/threads/Grading
|
||
|
SIMULATOR = --bochs
|