From 44323c85a376ed757545bd5bd6413990012976ef Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Thu, 3 Apr 2025 10:48:53 +0000 Subject: [PATCH] ci: rootfs structure was not created Signed-off-by: EnderIce2 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index d660e3a4..158faa86 100644 --- a/Makefile +++ b/Makefile @@ -155,6 +155,8 @@ __ci-build-set-debug: sed -i 's/.*DEBUG = .*/DEBUG = 1/' ./config.mk && cat config.mk | grep DEBUG ci-setup: + $(MAKE) prepare + $(MAKE) mkdir_rootfs $(MAKE) --quiet -C tools ci ci-build: