projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ixgbe: Add ethtool offline test support
[linux-2.6]
/
drivers
/
net
/
ixgbe
/
Makefile
diff --git
a/drivers/net/ixgbe/Makefile
b/drivers/net/ixgbe/Makefile
index
b3f8208
..
21b41f4
100644
(file)
--- a/
drivers/net/ixgbe/Makefile
+++ b/
drivers/net/ixgbe/Makefile
@@
-37,3
+37,5
@@
ixgbe-objs := ixgbe_main.o ixgbe_common.o ixgbe_ethtool.o \
ixgbe-$(CONFIG_IXGBE_DCB) += ixgbe_dcb.o ixgbe_dcb_82598.o \
ixgbe_dcb_82599.o ixgbe_dcb_nl.o
+
+ixgbe-$(CONFIG_FCOE:m=y) += ixgbe_fcoe.o