tool build: Remove annoying newline in build output

Remove the newline which is printed during feature discovery
when nothing else is printed.

Signed-off-by: Alexandre Chartre <alexandre.chartre@oracle.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Josh Poimboeuf <jpoimboe@kernel.org>
Link: https://patch.msgid.link/20251121095340.464045-5-alexandre.chartre@oracle.com
This commit is contained in:
Alexandre Chartre 2025-11-21 10:53:14 +01:00 committed by Peter Zijlstra
parent 5995330382
commit f348a44c10
1 changed files with 3 additions and 1 deletions

View File

@ -315,5 +315,7 @@ endef
ifeq ($(FEATURE_DISPLAY_DEFERRED),) ifeq ($(FEATURE_DISPLAY_DEFERRED),)
$(call feature_display_entries) $(call feature_display_entries)
$(info ) ifeq ($(feature_display),1)
$(info )
endif
endif endif