aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-01-20 17:42:49 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-01-20 17:42:49 +0000
commit6a01876a074adbd517f144c904f0b20c95ef69a7 (patch)
tree0f6bdc94bea401166340cdac9304dbbea1734dca /Makefile
parentdd86311b16dae7458358b7310394a2bdb8d6ac69 (diff)
downloadlh-bootstrap-6a01876a074adbd517f144c904f0b20c95ef69a7.tar.xz
Small incremental build fixes (7)
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