1 # SPDX-License-Identifier: GPL-2.0-only 2 obj-y = printk.o 3 obj-$(CONFIG_PRINTK) += printk_safe.o nbcon.o 4 obj-$(CONFIG_A11Y_BRAILLE_CONSOLE) += braille.o 5 obj-$(CONFIG_PRINTK_INDEX) += index.o 6 7 obj-$(CONFIG_PRINTK) += printk_support.o 8 printk_support-y := printk_ringbuffer.o 9 printk_support-$(CONFIG_SYSCTL) += sysctl.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.