summaryrefslogtreecommitdiff
path: root/src/lib/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/lib/Makefile.inc
parent7fc9e291d7581845461efbdd74b56a8e0360f1e0 (diff)
downloadcoreboot-4aa93ccd3302d7db0eef00f5963bc991f3f233ff.tar.xz
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/lib/Makefile.inc')
-rw-r--r--src/lib/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc
index 76b434c96b..b30da268c3 100644
--- a/src/lib/Makefile.inc
+++ b/src/lib/Makefile.inc
@@ -22,6 +22,9 @@ initobj-y += memcmp.o
initobj-y += cbfs.o
initobj-y += lzma.o
#initobj-y += lzmadecode.o
+initobj-$(CONFIG_CONSOLE_NE2K) += ne2k.o
+initobj-$(CONFIG_CONSOLE_NE2K) += compute_ip_checksum.o
+driver-$(CONFIG_CONSOLE_NE2K) += ne2k.o
obj-$(CONFIG_USBDEBUG) += usbdebug.o