From fb8df3240f5ac80a39b36ca8b5bad291156437a3 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Sun, 18 May 2014 09:42:46 +1000 Subject: drivers: Drop GbE stub drivers These NIC stub drivers were to initialize the Gigabit Ethernet adapters just enough to keep coreboot from trying to execute an option ROM. However this is no longer required as non-VGA option roms are not ran; See: b32816e Remove PCI_ROM_RUN option Change-Id: Idc44619767c631c5fcf550a5948c8947bde5e218 Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/5777 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-by: Paul Menzel --- src/drivers/Makefile.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/drivers/Makefile.inc') diff --git a/src/drivers/Makefile.inc b/src/drivers/Makefile.inc index f11e4b84ed33..66fe7b8eb8ba 100644 --- a/src/drivers/Makefile.inc +++ b/src/drivers/Makefile.inc @@ -26,7 +26,6 @@ subdirs-y += intel subdirs-y += maxim subdirs-y += net subdirs-y += parade -subdirs-y += realtek subdirs-y += sil subdirs-y += trident subdirs-$(CONFIG_DRIVERS_UART) += uart -- cgit v1.2.3