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