commit | e1548c980eea90b666c034edee4c8574aef3872d | [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 | 198bbb1fc9fd97e121041cd8e9e39b5dd14d8c07 [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>