Handle continous jobs via new subsystem - CJob

This commit is contained in:
2025-11-24 21:53:51 +01:00
parent 4f55d765b4
commit 80a29d8ff6
7 changed files with 130 additions and 62 deletions

View File

@ -71,6 +71,7 @@ SRCFILES += $(call GRABSRC, \
pci \
pci/ata \
pci/qemu_pci_serial \
cjob \
)
CFILES := $(call GET_CFILES, $(SRCFILES))