From: Peter Korsgaard Date: Wed, 23 Apr 2008 13:03:47 +0000 (-0000) Subject: u-boot: clean: also remove mkimage from staging_dir X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a2f4d5164e0ae4ca18a5589cee6cf9c4430baeb7;p=buildroot.git u-boot: clean: also remove mkimage from staging_dir --- diff --git a/target/u-boot/Makefile.in b/target/u-boot/Makefile.in index 8d9b6e6a6c..ba30884c97 100644 --- a/target/u-boot/Makefile.in +++ b/target/u-boot/Makefile.in @@ -117,6 +117,7 @@ u-boot: gcc $(BINARIES_DIR)/$(U_BOOT_BIN) u-boot-clean: -$(MAKE) -C $(U_BOOT_DIR) clean + rm -f $(STAGING_DIR)/usr/bin/$(U_BOOT_TOOLS_BIN) u-boot-dirclean: rm -rf $(U_BOOT_DIR)