summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-11-04 22:21:44 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2019-11-04 23:08:22 +0100
commit87fe0fcd2f0bc88eb7ec4f9e33ecc1b575e57b14 (patch)
tree2cf6363a25e90db18d7f81e298ac2e0f4b86fd37
parent6ad3f389f62b79c957f7afd6c5ced493d6c90be4 (diff)
downloadDistroKit-87fe0fcd2f0bc88eb7ec4f9e33ecc1b575e57b14.tar.gz
DistroKit-87fe0fcd2f0bc88eb7ec4f9e33ecc1b575e57b14.tar.xz
barebox-am335x: actually remove images during 'clean'
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--configs/platform-v7a/rules/barebox-am335x.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/platform-v7a/rules/barebox-am335x.make b/configs/platform-v7a/rules/barebox-am335x.make
index 9540700..503f3ca 100644
--- a/configs/platform-v7a/rules/barebox-am335x.make
+++ b/configs/platform-v7a/rules/barebox-am335x.make
@@ -95,7 +95,7 @@ $(STATEDIR)/barebox-am335x.clean:
@$(call targetinfo)
@$(call clean_pkg, BAREBOX_AM335X)
@$(foreach image, $(BAREBOX_AM335X_IMAGES), \
- rm -fv $(IMAGEDIR)/$(notdir $(image))-am335x$(ptx/nl))
+ rm -fv $(IMAGEDIR)/$(notdir $(image))$(ptx/nl))
# ----------------------------------------------------------------------------
# oldconfig / menuconfig