blob: 4c36b8f925943ce8ea52d16114285585a9f75899 (
plain) (
blame)
1
2
3
4
5
6
7
|
# -*- makefile -*-
os.dsk: DEFINES +=
KERNEL_SUBDIRS = threads devices lib lib/kernel $(TEST_SUBDIRS)
TEST_SUBDIRS = tests/threads
GRADING_FILE = $(SRCDIR)/tests/threads/Grading
SIMULATOR = --bochs
|