aboutsummaryrefslogtreecommitdiff
path: root/src/console/Makefile.inc
diff options
context:
space:
mode:
authorRudolf Marek <r.marek@assembler.cz>2010-07-16 20:02:09 +0000
committerRudolf Marek <r.marek@assembler.cz>2010-07-16 20:02:09 +0000
commit4aa93ccd3302d7db0eef00f5963bc991f3f233ff (patch)
tree20c2eafd1c6178df70682a6565e357314236d082 /src/console/Makefile.inc
parent7fc9e291d7581845461efbdd74b56a8e0360f1e0 (diff)
Add support for the console over Ethernet (through PCI NE2000).
Signed-off-by: Rudolf Marek <r.marek@assembler.cz> Acked-by: Cristian Magherusan-Stanciu <cristi.magherusan@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5666 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/console/Makefile.inc')
-rw-r--r--src/console/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/console/Makefile.inc b/src/console/Makefile.inc
index 4af63819e7..a2e576f327 100644
--- a/src/console/Makefile.inc
+++ b/src/console/Makefile.inc
@@ -15,6 +15,7 @@ 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
+driver-$(CONFIG_CONSOLE_NE2K) += ne2k_console.o
$(obj)/console/console.o : $(obj)/build.h
$(obj)/console/console.initobj.o : $(obj)/build.h