spkg: Add support package groundwork

Signed-off-by: Chloe M. <chloe@yiffware.org>
This commit is contained in:
2026-07-10 03:42:29 +00:00
parent 5e760907e1
commit e91183bd84
4 changed files with 74 additions and 1 deletions
+5 -1
View File
@@ -9,12 +9,16 @@
include ../mk/ptos.mk
.PHONY: all
all: ke machine
all: spkg ke machine
.PHONY: ke
ke:
cd ke/; $(MAKE) $(PASSDOWN_ARGS)
.PHONY: spkg
spkg:
cd ../spkg/; $(MAKE) $(PASSDOWN_ARGS)
.PHONY: machine
machine:
cd arch/$(PT_TARGET_ARCH)/; $(MAKE) $(PASSDOWN_ARGS)