From 62149deb116516bb0d70b756bfc4f5b4669034da Mon Sep 17 00:00:00 2001 From: Geoff Lywood Date: Thu, 27 May 2010 20:08:28 -0700 Subject: [efi] Add the "snpnet" driver Add a new network driver that consumes the EFI Simple Network Protocol. Also add a bus driver that can find the Simple Network Protocol that iPXE was loaded from; the resulting behavior is similar to the "undionly" driver for BIOS systems. Signed-off-by: Michael Brown --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 5079f937..f81c4331 100644 --- a/src/Makefile +++ b/src/Makefile @@ -67,6 +67,7 @@ SRCDIRS += drivers/net/phantom SRCDIRS += drivers/net/rtl818x SRCDIRS += drivers/net/ath5k SRCDIRS += drivers/net/vxge +SRCDIRS += drivers/net/efi SRCDIRS += drivers/block SRCDIRS += drivers/nvs SRCDIRS += drivers/bitbash -- cgit v1.2.3-55-g7522