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