Commit f348a44c authored by Alexandre Chartre's avatar Alexandre Chartre Committed by Peter Zijlstra
Browse files

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: default avatarAlexandre Chartre <alexandre.chartre@oracle.com>
Signed-off-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: default avatarJosh Poimboeuf <jpoimboe@kernel.org>
Link: https://patch.msgid.link/20251121095340.464045-5-alexandre.chartre@oracle.com
parent 59953303
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -315,5 +315,7 @@ endef

ifeq ($(FEATURE_DISPLAY_DEFERRED),)
  $(call feature_display_entries)
  ifeq ($(feature_display),1)
    $(info )
  endif
endif