From 6419a05560731eb1306e441aadcaa2dfd9f9f935 Mon Sep 17 00:00:00 2001 From: Joe Lawrence Date: Thu, 14 Mar 2019 17:00:33 -0400 Subject: [PATCH] [squash] kbuild: align KLP prefix Note: squash with ("kbuild: Support for Symbols.list creation") Fix the KLP prefix, replacing the tab character with spaces as per the other quiet_cmd_foo instances: TEST posttest KLP Symbols.list vs. TEST posttest KLP Symbols.list [joe: align KLP prefix] Signed-off-by: Joe Lawrence --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 928d60221d6ca3..9922c3ea6f9180 100644 --- a/Makefile +++ b/Makefile @@ -1247,7 +1247,7 @@ all: modules # duplicate lines in modules.order files. Those are removed # using awk while concatenating to the final file. -quiet_cmd_klp_map = KLP Symbols.list +quiet_cmd_klp_map = KLP Symbols.list SLIST = $(objtree)/Symbols.list define cmd_klp_map