Skip to content
Snippets Groups Projects
Commit 96757b7b authored by Philippe Reynes's avatar Philippe Reynes Committed by Tom Rini
Browse files

scripts: Makefile: also clean subdir dtc


Since commit 93b19653 ("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: default avatarPhilippe Reynes <philippe.reynes@softathome.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 83fe92f3
No related branches found
No related tags found
No related merge requests found
...@@ -9,4 +9,4 @@ hostprogs-$(CONFIG_BUILD_BIN2C) += bin2c ...@@ -9,4 +9,4 @@ hostprogs-$(CONFIG_BUILD_BIN2C) += bin2c
always := $(hostprogs-y) always := $(hostprogs-y)
# Let clean descend into subdirs # Let clean descend into subdirs
subdir- += basic kconfig subdir- += basic kconfig dtc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment