From: Marty Connor Date: Sun, 18 Nov 2007 15:57:20 +0000 (-0500) Subject: Add e1000 directory to build, since the driver compiles cleanly. X-Git-Tag: v0.9.3~51^2~6 X-Git-Url: http://git.etherboot.org/people/cooldavid/gpxe.git/commitdiff_plain/e21391d7b573a4daa492b90548f1785bff2b62df Add e1000 directory to build, since the driver compiles cleanly. --- diff --git a/src/Makefile b/src/Makefile index 6c56c9da..ed39ab71 100644 --- a/src/Makefile +++ b/src/Makefile @@ -154,6 +154,7 @@ SRCDIRS += drivers/ata SRCDIRS += drivers/nvs SRCDIRS += drivers/bitbash SRCDIRS += drivers/infiniband +SRCDIRS += drivers/e1000 SRCDIRS += interface/pxe SRCDIRS += tests SRCDIRS += crypto crypto/axtls crypto/matrixssl