]> git.itanic.dy.fi Git - linux-stable/commit
tty/serial: Sort drivers in makefile
authorIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Tue, 12 Sep 2023 10:35:57 +0000 (13:35 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Sep 2023 09:14:43 +0000 (11:14 +0200)
commit3b609120821c551f72522d4378bf606825b095bd
tree910e40e4296a264893ba79a35d09d2fc2f30c36c
parent5939ff7ffae095acccdc70820ae17a4706c646e0
tty/serial: Sort drivers in makefile

Sort drivers in alphabetic order in Makefile to make it easier to find
the correct line. In case the CONFIG and filenames disagree, sort using
the filename (but ignoring "serial" prefixes).

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20230912103558.20123-1-ilpo.jarvinen@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/Makefile