diff mbox series

[v2,5/6] Kbuild: Fix cleanup of *.dtbo for sandbox

Message ID 20230619224107.284372-6-tdmg@linutronix.de
State Accepted
Commit 57fdec65c5d9d6e16ed273243178eb3dc95c8a88
Delegated to: Tom Rini
Headers show
Series Kbuild: Fix cleanup of generated sources in tools (and more) | expand

Commit Message

Tobias Deiminger June 19, 2023, 10:41 p.m. UTC
sandbox can generate DT overlays, but they were not cleaned.

Extend the explicit clean-files list accordingly.

Fixes: 95300f203f32 ("pytest: add sandbox test for "extension" command")
Signed-off-by: Tobias Deiminger <tdmg@linutronix.de>
---
 arch/sandbox/dts/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini July 8, 2023, 3:29 p.m. UTC | #1
On Tue, Jun 20, 2023 at 12:41:06AM +0200, Tobias Deiminger wrote:

> sandbox can generate DT overlays, but they were not cleaned.
> 
> Extend the explicit clean-files list accordingly.
> 
> Fixes: 95300f203f32 ("pytest: add sandbox test for "extension" command")
> Signed-off-by: Tobias Deiminger <tdmg@linutronix.de>

Applied to u-boot/next, thanks!
diff mbox series

Patch

diff --git a/arch/sandbox/dts/Makefile b/arch/sandbox/dts/Makefile
index b6a88479b2..f810b4752f 100644
--- a/arch/sandbox/dts/Makefile
+++ b/arch/sandbox/dts/Makefile
@@ -18,4 +18,4 @@  PHONY += dtbs
 dtbs: $(addprefix $(obj)/, $(dtb-y))
 	@:
 
-clean-files := *.dtb
+clean-files := *.dtb *.dtbo