aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-10-31 17:32:02 +0000
committerLaurent Bercot <ska@appnovation.com>2023-10-31 17:32:02 +0000
commitdd6128ee0536fe3e47965220ef07a124121b3a63 (patch)
treefcd58df699698dc881513ce1467ac9daa22757c3
parent2eb29c12e2e734d56f75bc71d69b24c86d119361 (diff)
downloadlh-bootstrap-dd6128ee0536fe3e47965220ef07a124121b3a63.tar.xz
Fix 3/n
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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