From a2f4d5164e0ae4ca18a5589cee6cf9c4430baeb7 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 23 Apr 2008 13:03:47 +0000 Subject: u-boot: clean: also remove mkimage from staging_dir --- target/u-boot/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'target/u-boot/Makefile.in') diff --git a/target/u-boot/Makefile.in b/target/u-boot/Makefile.in index 8d9b6e6a6..ba30884c9 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) -- cgit v1.2.3