From dd6128ee0536fe3e47965220ef07a124121b3a63 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 31 Oct 2023 17:32:02 +0000 Subject: Fix 3/n Signed-off-by: Laurent Bercot --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 988d14a..7a24439 100644 --- a/Makefile +++ b/Makefile @@ -20,10 +20,11 @@ NORMALUSER_GID := $(shell id -g $(NORMALUSER)) it: all -.PHONY: it all kernel rootfs rwfs userfs images qemu-boot clean distclean +.PHONY: it all all-but-kernel kernel rootfs rwfs userfs images qemu-boot clean distclean all: kernel rootfs rwfs userfs images +all-but-kernel: rootfs rwfs userfs images kernel: $(OUTPUT)/build-$(TRIPLE)/kernel/.lh_installed $(OUTPUT)/build-$(TRIPLE)/kernel/.lh_modules_installed rootfs: $(OUTPUT)/tmp/.lh_rootfs_installed rwfs: $(OUTPUT)/tmp/.lh_rwfs_installed -- cgit v1.2.3