diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-04-23 13:03:47 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-04-23 13:03:47 +0000 |
commit | a2f4d5164e0ae4ca18a5589cee6cf9c4430baeb7 (patch) | |
tree | 6ba56de686fdcbfbce3fd15e62018fdbebb291b9 /target/u-boot/Makefile.in | |
parent | bb0a617e12e7113c37a8bf4d4fc65c19e9b2ad82 (diff) | |
download | buildroot-novena-a2f4d5164e0ae4ca18a5589cee6cf9c4430baeb7.tar.gz buildroot-novena-a2f4d5164e0ae4ca18a5589cee6cf9c4430baeb7.zip |
u-boot: clean: also remove mkimage from staging_dir
Diffstat (limited to 'target/u-boot/Makefile.in')
-rw-r--r-- | target/u-boot/Makefile.in | 1 |
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) |