commit | 96757b7be5111c4f51763e8fd406ddf9331eba57 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <philippe.reynes@softathome.com> | Tue Jan 25 11:32:20 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 03 12:15:36 2022 -0500 |
tree | d5d23ca57feaa2ccffd8b4e6ca214a7397b5afd8 | |
parent | 83fe92f3cfd426429f10a37d93b8c04cd05d8c3a [diff] |
scripts: Makefile: also clean subdir dtc Since commit 93b196532254 ("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>