mirror of
https://github.com/arjuncr/Linux-from-scratch.git
synced 2026-02-03 07:18:20 +00:00
4 lines
103 B
Makefile
4 lines
103 B
Makefile
obj-y = printk.o
|
|
obj-$(CONFIG_PRINTK) += printk_safe.o
|
|
obj-$(CONFIG_A11Y_BRAILLE_CONSOLE) += braille.o
|