summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2008-07-05 04:38:14 +0200
committerMichael Brown2008-07-05 04:38:14 +0200
commit3ad348e55a51da012ad4a0ad029da5e80541e4ec (patch)
treeba606c8946ea6420b5736a51d896902086e2ad0c /src/Makefile
parent[tftp] Strip the initial '/' to keep Windows TFTP servers happy. (diff)
downloadipxe-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/Makefile1
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