summaryrefslogtreecommitdiff
path: root/src/console/Makefile.inc
blob: 242c93e0d434de691863f3d336640c88a19794de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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_SERIAL_CONSOLE) +=  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