Skip to content
Snippets Groups Projects
Commit c7ad5cbb authored by Tom Rini's avatar Tom Rini
Browse files

Makefile: drop "tools-only" from no-dot-config-targets


With the introduction of CONFIG_LOCALVERSION support we cannot build
tools without having a config file (as we won't know our PLAIN_VERSION
until then).

Reported-by: default avatarOtavio Salvador <otavio@ossystems.com.br>
Signed-off-by: default avatarTom Rini <trini@ti.com>
parent e89d623f
No related branches found
No related tags found
No related merge requests found
......@@ -411,7 +411,7 @@ timestamp_h := include/generated/timestamp_autogenerated.h
no-dot-config-targets := clean clobber mrproper distclean \
help %docs check% coccicheck \
ubootversion backup tools-only
ubootversion backup
config-targets := 0
mixed-targets := 0
......
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