diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |