From e21391d7b573a4daa492b90548f1785bff2b62df Mon Sep 17 00:00:00 2001 From: Marty Connor Date: Sun, 18 Nov 2007 10:57:20 -0500 Subject: [PATCH] Add e1000 directory to build, since the driver compiles cleanly. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) 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