From 6a01876a074adbd517f144c904f0b20c95ef69a7 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 20 Jan 2020 17:42:49 +0000 Subject: Small incremental build fixes (7) --- Makefile | 5 +++-- 1 file 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 -- cgit v1.3.1