commit | 57fdec65c5d9d6e16ed273243178eb3dc95c8a88 | [log] [tgz] |
---|---|---|
author | Tobias Deiminger <tdmg@linutronix.de> | Tue Jun 20 00:41:06 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 07 16:25:56 2023 -0400 |
tree | 9667803c6fedd1497f121dd508484307c28fb34b | |
parent | 3d3eeae9bf61f472cea2e16fdce8615312f84ac8 [diff] |
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>