]> git.dujemihanovic.xyz Git - u-boot.git/commit
Makefile: add dtbs to clean
authorMaxim Uvarov <maxim.uvarov@linaro.org>
Tue, 26 Dec 2023 15:46:19 +0000 (21:46 +0600)
committerTom Rini <trini@konsulko.com>
Thu, 11 Jan 2024 16:24:58 +0000 (11:24 -0500)
commitd914487f8ffbb466086b3d6259e4b05f73147cf6
tree429e4f1467712763d4ffd783083e17bcc4611438
parent6c84e71258935e1491fd95c9f8151f43b0676fa2
Makefile: add dtbs to clean

CI test checks that generated dtb has to be cleaned up.
Use the same clean procedure as Linux top level Makefile has.

Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Makefile