ptos: build: Link and include against spkg

Signed-off-by: Chloe M. <chloe@yiffware.org>
This commit is contained in:
2026-07-10 04:07:03 +00:00
parent 88f643452c
commit e9bb671781
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -18,6 +18,8 @@ CDFILES = $(OFILES:.o.d)
ASMDFILES = $(ASMOFILES:.S.o=.S.d)
MISC_OFILES = $(shell find $(PT_PROJECT_ROOT)/service/ptos/ -name "*.o")
MISC_OFILES += $(shell find $(PT_PROJECT_ROOT)/service/spkg/ -name "*.o")
KERNEL_PATH = \
$(PT_PROJECT_ROOT)/artifacts/ptsv.sys
@@ -28,6 +30,7 @@ CFLAGS = \
-D_KERNEL \
-MMD \
-I$(PT_PROJECT_ROOT)/sdk/head \
-I$(PT_PROJECT_ROOT)/service/spkg/head/
.PHONY: all
all: bin