commit | 402a3831795e76666a3c26b8ead8423fa0cd90f0 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Sat May 29 21:41:31 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Sat May 29 21:41:31 2021 -0700 |
tree | 953595f3219de59725c983261a4d56a5b010f4d3 | |
parent | ee6d10de2d32711525dc37090f6b617a8526ad3a [diff] [blame] |
Fix tasking, PCI
diff --git a/src/kernel/Jmk b/src/kernel/Jmk index 0ae3053..ddbc343 100644 --- a/src/kernel/Jmk +++ b/src/kernel/Jmk
@@ -16,7 +16,10 @@ # AHCI not yet implemented # depends(ahci, dri/ahci, ahci.a) -CFLAGS += -I $(ROOT)/include/kernel +TEST ?= +test_defines = $(TEST:%=-DTEST_%) + +CFLAGS += -I $(ROOT)/include/kernel $(test_defines) LDFLAGS += -Tlink.ld -melf_i386 ASMFLAGS += -felf -Fdwarf