summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMarty Connor2007-11-18 16:57:20 +0100
committerMarty Connor2007-11-18 16:57:20 +0100
commite21391d7b573a4daa492b90548f1785bff2b62df (patch)
treec4804978a2622adacb8f37c3580790222e947eb7 /src/Makefile
parentRename e1000_main.c to e1000.c to so we can type 'make bin/e1000.dsk' instead... (diff)
downloadipxe-e21391d7b573a4daa492b90548f1785bff2b62df.tar.gz
ipxe-e21391d7b573a4daa492b90548f1785bff2b62df.tar.xz
ipxe-e21391d7b573a4daa492b90548f1785bff2b62df.zip
Add e1000 directory to build, since the driver compiles cleanly.
Diffstat (limited to 'src/Makefile')
-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