summaryrefslogtreecommitdiff
path: root/arch/sandbox/dts
diff options
context:
space:
mode:
authorTobias Deiminger <tdmg@linutronix.de>2023-06-20 01:41:06 +0300
committerTom Rini <trini@konsulko.com>2023-07-07 23:25:56 +0300
commit57fdec65c5d9d6e16ed273243178eb3dc95c8a88 (patch)
tree9667803c6fedd1497f121dd508484307c28fb34b /arch/sandbox/dts
parent3d3eeae9bf61f472cea2e16fdce8615312f84ac8 (diff)
downloadu-boot-57fdec65c5d9d6e16ed273243178eb3dc95c8a88.tar.xz
Kbuild: Fix cleanup of *.dtbo for sandbox
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>
Diffstat (limited to 'arch/sandbox/dts')
-rw-r--r--arch/sandbox/dts/Makefile2
1 files changed, 1 insertions, 1 deletions
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