xref: /linux/kernel/printk/Makefile (revision cc8d5a2f09a54405321769abfd6ec3395482336a)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2*cc8d5a2fSGreg Kroah-Hartmanobj-y	= printk.o
36b93bb41SThomas Gleixnerobj-$(CONFIG_PRINTK)	+= printk_safe.o nbcon.o
4bbeddf52SJoe Perchesobj-$(CONFIG_A11Y_BRAILLE_CONSOLE)	+= braille.o
533701557SChris Downobj-$(CONFIG_PRINTK_INDEX)	+= index.o
6faaa357aSXiaoming Ni
7faaa357aSXiaoming Niobj-$(CONFIG_PRINTK)                 += printk_support.o
8faaa357aSXiaoming Niprintk_support-y	             := printk_ringbuffer.o
9faaa357aSXiaoming Niprintk_support-$(CONFIG_SYSCTL)	     += sysctl.o
10