aboutsummaryrefslogtreecommitdiff
path: root/src/console/Makefile.inc
blob: 4545ce5a3737ea972b2f0e8f1e1fb312ec1b72d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
obj-y += printk.o
obj-y += console.o
obj-y += vtxprintf.o
obj-y += vsprintf.o

initobj-y += vtxprintf.o
initobj-y += vsprintf.o

driver-$(CONFIG_CONSOLE_SERIAL8250) += uart8250_console.o
driver-$(CONFIG_USBDEBUG_DIRECT) += usbdebug_direct_console.o
driver-$(CONFIG_CONSOLE_VGA) += vga_console.o
driver-$(CONFIG_CONSOLE_BTEXT) += btext_console.o
driver-$(CONFIG_CONSOLE_BTEXT) += font-8x16.o
driver-$(CONFIG_CONSOLE_LOGBUF) += logbuf_console.o