]> git.baikalelectronics.ru Git - uboot.git/commit
scripts: Makefile: also clean subdir dtc
authorPhilippe Reynes <philippe.reynes@softathome.com>
Tue, 25 Jan 2022 10:32:20 +0000 (11:32 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 3 Feb 2022 17:15:36 +0000 (12:15 -0500)
commitc9bc8e2973ac5e1d785b8226d23c482e22d68fe9
treed5d23ca57feaa2ccffd8b4e6ca214a7397b5afd8
parent9913eaeb7d4b7db6fa052dc446eda547dd5cb204
scripts: Makefile: also clean subdir dtc

Since commit 9af08787e10b ("Makefile: Only build dtc if needed"),
the sub directory scripts/dtc is never cleaned.
Adds the directory dtc to subdir to always clean it.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
scripts/Makefile