git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d3eeae
)
Kbuild: Fix cleanup of *.dtbo for sandbox
author
Tobias Deiminger
<tdmg@linutronix.de>
Mon, 19 Jun 2023 22:41:06 +0000
(
00:41
+0200)
committer
Tom Rini
<trini@konsulko.com>
Fri, 7 Jul 2023 20:25:56 +0000
(16:25 -0400)
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
patch
|
blob
|
history
diff --git
a/arch/sandbox/dts/Makefile
b/arch/sandbox/dts/Makefile
index
b6a8847
..
f810b47
100644
(file)
--- 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