diff options
author | Thomas Miletich <thomas.miletich@gmail.com> | 2012-01-30 23:10:52 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2012-01-30 23:10:53 +0000 |
commit | f6840ba83e60631e6561a957f11867b206edd7d9 (patch) | |
tree | d045f66e772bd7b6f07c5fa076a8b0f76849123f /src/Makefile | |
parent | 3a2bda7c7c5aac27d89c3f77f4994b059baae626 (diff) | |
download | ipxe-f6840ba83e60631e6561a957f11867b206edd7d9.tar.gz |
[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 e2425d763..c30dc5c97 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 |