commit | 48cb5a16393189025752071804eab57e57fc9f90 | [log] [tgz] |
---|---|---|
author | Tobias Deiminger <tdmg@linutronix.de> | Tue Jun 20 00:41:05 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 07 16:25:56 2023 -0400 |
tree | 87ccf79707c422e57aac8319988e291242a59f46 | |
parent | f629c77d20425f3400a5a47f98ddbe5fa0a6d3ec [diff] |
Kbuild: Fix cleanup of *.dtb for some archs 'make clean' did not descend into arch/$ARCH/dts for arc, m68k, nios2, sh, xtensa. Fix it by adding the missing archs to the explicit clean-dirs list. Signed-off-by: Tobias Deiminger <tdmg@linutronix.de>