Handle disk partitioning

This commit is contained in:
2025-10-19 22:29:19 +02:00
parent 68e0e8848d
commit 01da863b8b
21 changed files with 300 additions and 85 deletions

View File

@ -61,6 +61,7 @@ SRCFILES += $(call GRABSRC, \
dev \
randcrypto \
time \
diskpart \
)
CFILES := $(call GET_CFILES, $(SRCFILES))