kbuild: Extend defconfig field size from 24 to 27
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 25 Oct 2019 11:53:05 +0000 (13:53 +0200)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 11 Nov 2019 11:10:01 +0000 (20:10 +0900)
commit4234448b7073dfcd5792b5c9ad223fbe8b9520ef
treea774c0c77e4ab0eba95fc15347664bd543933626
parenta64c0440dda1fff1fb5723140828983d0ca821d4
kbuild: Extend defconfig field size from 24 to 27

There are 6 defconfigs with names longer than 24 characters, breaking
alignment in "make help".

The "winner" is "ecovec24-romimage_defconfig", counting in at 27
characters.

Extend the defconfig field size to 27 to restore alignment.
Don't use a larger value, to not encourage people to create even longer
defconfig names.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Hans-Christian Egtvedt <egtvedt@samfundet.no>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Makefile