summaryrefslogtreecommitdiffstats
path: root/rules/u-boot.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-18 10:55:10 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-19 13:25:37 +0100
commit30dcb754170135f2c17571cf33aa7ed6d4d9791b (patch)
treeb33b0f5c8b7f838869d93d772fed4b52d51844bf /rules/u-boot.make
parent747b48e123d6e8ce26b624258d84aefbd84c3473 (diff)
downloadptxdist-30dcb754170135f2c17571cf33aa7ed6d4d9791b.tar.gz
ptxdist-30dcb754170135f2c17571cf33aa7ed6d4d9791b.tar.xz
[rules] fix custom clean stages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/u-boot.make')
-rw-r--r--rules/u-boot.make5
1 files changed, 3 insertions, 2 deletions
diff --git a/rules/u-boot.make b/rules/u-boot.make
index c319ab1f0..bc3456ec6 100644
--- a/rules/u-boot.make
+++ b/rules/u-boot.make
@@ -68,8 +68,9 @@ $(STATEDIR)/u-boot.targetinstall:
# Clean
# ----------------------------------------------------------------------------
-u-boot_clean:
- @$(call clean_pkg)
+$(STATEDIR)/u-boot.clean:
+ @$(call targetinfo)
+ @$(call clean_pkg, U_BOOT)
@rm -rf $(IMAGEDIR)/u-boot.bin
# vim: syntax=make