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

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