Commit c7ad5cbb1ef2c33883f0fa7d0455095004fd306d

Authored by Tom Rini
1 parent e89d623f09

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: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Rini <trini@ti.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -411,7 +411,7 @@
411 411  
412 412 no-dot-config-targets := clean clobber mrproper distclean \
413 413 help %docs check% coccicheck \
414   - ubootversion backup tools-only
  414 + ubootversion backup
415 415  
416 416 config-targets := 0
417 417 mixed-targets := 0