]> git.dujemihanovic.xyz Git - u-boot.git/commit
Kbuild: Fix cleanup of *.dtb for some archs
authorTobias Deiminger <tdmg@linutronix.de>
Mon, 19 Jun 2023 22:41:05 +0000 (00:41 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 7 Jul 2023 20:25:56 +0000 (16:25 -0400)
commit3d3eeae9bf61f472cea2e16fdce8615312f84ac8
tree87ccf79707c422e57aac8319988e291242a59f46
parent45e636f41fe84895f49d565a6b3e4dacbce8a1fd
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>
dts/Makefile