u-boot: clean: also remove mkimage from staging_dir

This commit is contained in:
Peter Korsgaard 2008-04-23 13:03:47 +00:00
parent bb0a617e12
commit a2f4d5164e

View File

@ -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)