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