diff options
author | Marty Connor | 2007-11-18 16:57:20 +0100 |
---|---|---|
committer | Marty Connor | 2007-11-18 16:57:20 +0100 |
commit | e21391d7b573a4daa492b90548f1785bff2b62df (patch) | |
tree | c4804978a2622adacb8f37c3580790222e947eb7 /src/Makefile | |
parent | Rename e1000_main.c to e1000.c to so we can type 'make bin/e1000.dsk' instead... (diff) | |
download | ipxe-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/Makefile | 1 |
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 |