summaryrefslogtreecommitdiffstats
path: root/src/console/Makefile.inc
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2013-06-19 13:47:46 -0700
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2013-12-03 02:36:02 +0100
commit5ae3175218bd1970938683c6759ded4addbc0b0d (patch)
treea514c316bf80c19d20f38f73121a67100dcfb381 /src/console/Makefile.inc
parent6149776e7312b6c2417aa8c3621f864b36cea7cd (diff)
downloadcoreboot-5ae3175218bd1970938683c6759ded4addbc0b0d.tar.gz
coreboot-5ae3175218bd1970938683c6759ded4addbc0b0d.tar.bz2
coreboot-5ae3175218bd1970938683c6759ded4addbc0b0d.zip
Drop obsolete CONSOLE_LOGBUF
This was used by Ron 13ys ago and was never used again ever since. Change-Id: I8ae8a570d67fa0b34b17c9e3709845687f73c724 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: https://gerrit.chromium.org/gerrit/59320 Reviewed-by: Stefan Reinauer <reinauer@chromium.org> Tested-by: Stefan Reinauer <reinauer@chromium.org> Commit-Queue: Stefan Reinauer <reinauer@chromium.org> Reviewed-on: http://review.coreboot.org/4256 Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/console/Makefile.inc')
-rw-r--r--src/console/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/console/Makefile.inc b/src/console/Makefile.inc
index 9edec3ccff9a..62be1d2b238e 100644
--- a/src/console/Makefile.inc
+++ b/src/console/Makefile.inc
@@ -22,7 +22,6 @@ ramstage-$(CONFIG_CONSOLE_SERIAL8250) += uart8250_console.c
ramstage-$(CONFIG_CONSOLE_SERIAL8250MEM) += uart8250mem_console.c
ramstage-$(CONFIG_SPKMODEM) += spkmodem_console.c
ramstage-$(CONFIG_USBDEBUG) += usbdebug_console.c
-ramstage-$(CONFIG_CONSOLE_LOGBUF) += logbuf_console.c
ramstage-$(CONFIG_CONSOLE_NE2K) += ne2k_console.c
ramstage-$(CONFIG_CONSOLE_CBMEM) += cbmem_console.c
ramstage-$(CONFIG_CONSOLE_QEMU_DEBUGCON) += qemu_debugcon_console.c