diff options
author | Marty Connor <mdc@etherboot.org> | 2007-11-18 10:57:20 -0500 |
---|---|---|
committer | Marty Connor <mdc@etherboot.org> | 2007-11-18 10:57:20 -0500 |
commit | e21391d7b573a4daa492b90548f1785bff2b62df (patch) | |
tree | c4804978a2622adacb8f37c3580790222e947eb7 /src/Makefile | |
parent | 8b0d86914b401bf922f2002394c20964d8b1b5a5 (diff) | |
download | ipxe-e21391d7b573a4daa492b90548f1785bff2b62df.tar.gz |
Add e1000 directory to build, since the driver compiles cleanly.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 6c56c9dad..ed39ab71a 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 |