]> git.itanic.dy.fi Git - linux-stable/commit
tty/serial: 8250: Sort drivers in Makefile
authorIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Tue, 12 Sep 2023 10:35:58 +0000 (13:35 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Sep 2023 09:14:43 +0000 (11:14 +0200)
commit66ebe67d1b68bebc4b49d022a28f8c6492044f32
tree9ec83df45ab77cf4dc7c1d5c64955d99ccec4e26
parent3b609120821c551f72522d4378bf606825b095bd
tty/serial: 8250: 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 (ignore 8250 prefix while sorting).

In addition, place 8250_early separately above the drivers.

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