aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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