From 4015b943e4d5acdba061ffaf90da536331b82dd9 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Wed, 31 Aug 2016 01:16:30 +0200 Subject: [PATCH] Don't remove lzma host utility with make clean{_all} --- u-boot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/u-boot/Makefile b/u-boot/Makefile index 5278509..404a55d 100644 --- a/u-boot/Makefile +++ b/u-boot/Makefile @@ -567,7 +567,7 @@ lzma_host_clean: @$(call echo_green,Removing lzma host utility...) @$(MAKE) -C $(BUILD_TOPDIR)/host_util/lzma -f makefile.gcc clean -clobber: lzma_host_clean clean +clobber: clean @$(call echo_green,Making $@...) @find . -type f \( -name .depend \ -o -name '*.srec' -o -name '*.bin' -o -name u-boot.img \) \ -- 2.25.1