aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarty Connor <mdc@etherboot.org>2007-11-18 10:57:20 -0500
committerMarty Connor <mdc@etherboot.org>2007-11-18 10:57:20 -0500
commite21391d7b573a4daa492b90548f1785bff2b62df (patch)
treec4804978a2622adacb8f37c3580790222e947eb7
parent8b0d86914b401bf922f2002394c20964d8b1b5a5 (diff)
downloadipxe-e21391d7b573a4daa492b90548f1785bff2b62df.tar.gz
Add e1000 directory to build, since the driver compiles cleanly.
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
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