aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f3690ab..11aa3a1 100644
--- a/Makefile
+++ b/Makefile
@@ -45,11 +45,12 @@ NORMALUSER_GID := $(shell id -g $(NORMALUSER))
it: all
-.PHONY: it all clean distclean
+.PHONY: it all rootfs kernel clean distclean
all: $(OUTPUT)/tmp/.lh_rootfs_installed $(OUTPUT)/build-host/kernel/.lh_installed
-
+rootfs: $(OUTPUT)/tmp/.lh_rootfs_installed
+kernel: $(OUTPUT)/build-host/kernel/.lh_installed
# clean everything