From 87fe0fcd2f0bc88eb7ec4f9e33ecc1b575e57b14 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Mon, 4 Nov 2019 22:21:44 +0100 Subject: barebox-am335x: actually remove images during 'clean' Signed-off-by: Michael Olbrich --- configs/platform-v7a/rules/barebox-am335x.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3