mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 23:23:03 +00:00
cc8d5a2f09
This reverts commit f03e8c1060
.
Let's roll back all of the serial core and printk console changes that
went into 6.10-rc1 as there still are problems with them that need to be
sorted out.
Link: https://lore.kernel.org/r/ZnpRozsdw6zbjqze@tlindgre-MOBL1
Reported-by: Petr Mladek <pmladek@suse.com>
Reported-by: Tony Lindgren <tony@atomide.com>
Cc: Jiri Slaby <jirislaby@kernel.org>
Cc: John Ogness <john.ogness@linutronix.de>
Cc: Sergey Senozhatsky <senozhatsky@chromium.org>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10 lines
349 B
Makefile
10 lines
349 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-y = printk.o
|
|
obj-$(CONFIG_PRINTK) += printk_safe.o nbcon.o
|
|
obj-$(CONFIG_A11Y_BRAILLE_CONSOLE) += braille.o
|
|
obj-$(CONFIG_PRINTK_INDEX) += index.o
|
|
|
|
obj-$(CONFIG_PRINTK) += printk_support.o
|
|
printk_support-y := printk_ringbuffer.o
|
|
printk_support-$(CONFIG_SYSCTL) += sysctl.o
|