summaryrefslogtreecommitdiff
path: root/src/console/Makefile.inc
blob: 1b04c6591c47ae8d7a93863c2bacb604cf145ce1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
obj-y += printk.o
obj-y += console.o
obj-y += vtxprintf.o
obj-y += vsprintf.o

smmobj-y += printk.o
smmobj-y += vtxprintf.o

initobj-y += vtxprintf.o
initobj-$(CONFIG_USE_DCACHE_RAM) += console.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

$(obj)/console/console.o : $(obj)/build.h