Don't remove lzma host utility with make clean{_all}
authorPiotr Dymacz <pepe2k@gmail.com>
Tue, 30 Aug 2016 23:16:30 +0000 (01:16 +0200)
committerPiotr Dymacz <pepe2k@gmail.com>
Tue, 30 Aug 2016 23:16:30 +0000 (01:16 +0200)
u-boot/Makefile

index 5278509ae6f2262416476ecf5ab436db38462837..404a55d7e3de71a3134de01db20efccf9cf5d5fb 100644 (file)
@@ -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 \) \