Skip to content

Commit

Permalink
[squash] kbuild: align KLP prefix
Browse files Browse the repository at this point in the history
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 <joe.lawrence@redhat.com>
  • Loading branch information
joe-lawrence committed Mar 18, 2019
1 parent 7a8b0be commit 6419a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6419a05

Please sign in to comment.