summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-04-23 13:03:47 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-04-23 13:03:47 +0000
commita2f4d5164e0ae4ca18a5589cee6cf9c4430baeb7 (patch)
tree6ba56de686fdcbfbce3fd15e62018fdbebb291b9 /target
parentbb0a617e12e7113c37a8bf4d4fc65c19e9b2ad82 (diff)
u-boot: clean: also remove mkimage from staging_dir
Diffstat (limited to 'target')
-rw-r--r--target/u-boot/Makefile.in1
1 files changed, 1 insertions, 0 deletions
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)