diff options
author | Thomas Miletich | 2012-01-31 00:10:52 +0100 |
---|---|---|
committer | Michael Brown | 2012-01-31 00:10:53 +0100 |
commit | f6840ba83e60631e6561a957f11867b206edd7d9 (patch) | |
tree | d045f66e772bd7b6f07c5fa076a8b0f76849123f /src/Makefile | |
parent | [rng] Add ANS X9.82 Approved DRBG mechanism (diff) | |
download | ipxe-f6840ba83e60631e6561a957f11867b206edd7d9.tar.gz ipxe-f6840ba83e60631e6561a957f11867b206edd7d9.tar.xz ipxe-f6840ba83e60631e6561a957f11867b206edd7d9.zip |
[tg3] New tg3 driver
Replace the old Etherboot tg3 driver with a more up-to-date driver
using the iPXE API.
Signed-off-by: Thomas Miletich <thomas.miletich@gmail.com>
Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
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 e2425d76..c30dc5c9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -73,6 +73,7 @@ SRCDIRS += drivers/net/ath/ath5k SRCDIRS += drivers/net/ath/ath9k SRCDIRS += drivers/net/vxge SRCDIRS += drivers/net/efi +SRCDIRS += drivers/net/tg3 SRCDIRS += drivers/block SRCDIRS += drivers/nvs SRCDIRS += drivers/bitbash |