diff options
author | Michael Brown | 2008-07-05 04:38:14 +0200 |
---|---|---|
committer | Michael Brown | 2008-07-05 04:38:14 +0200 |
commit | 3ad348e55a51da012ad4a0ad029da5e80541e4ec (patch) | |
tree | ba606c8946ea6420b5736a51d896902086e2ad0c /src/Makefile | |
parent | [tftp] Strip the initial '/' to keep Windows TFTP servers happy. (diff) | |
download | ipxe-3ad348e55a51da012ad4a0ad029da5e80541e4ec.tar.gz ipxe-3ad348e55a51da012ad4a0ad029da5e80541e4ec.tar.xz ipxe-3ad348e55a51da012ad4a0ad029da5e80541e4ec.zip |
[phantom] Add support for NetXen Phantom NICs
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 c30bf2b3..474e8cfd 100644 --- a/src/Makefile +++ b/src/Makefile @@ -146,6 +146,7 @@ SRCDIRS += image SRCDIRS += drivers/bus SRCDIRS += drivers/net SRCDIRS += drivers/net/e1000 +SRCDIRS += drivers/net/phantom SRCDIRS += drivers/block SRCDIRS += drivers/nvs SRCDIRS += drivers/bitbash |