git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2aa75f
)
igb: fix PF build
author
Intel
<intel.com>
Fri, 8 Nov 2013 02:00:00 +0000
(
03:00
+0100)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Sun, 24 Nov 2013 00:31:34 +0000
(
01:31
+0100)
Signed-off-by: Intel
lib/librte_pmd_e1000/Makefile
patch
|
blob
|
history
diff --git
a/lib/librte_pmd_e1000/Makefile
b/lib/librte_pmd_e1000/Makefile
index
13123a5
..
6ae8061
100644
(file)
--- a/
lib/librte_pmd_e1000/Makefile
+++ b/
lib/librte_pmd_e1000/Makefile
@@
-82,9
+82,9
@@
SRCS-$(CONFIG_RTE_LIBRTE_E1000_PMD) += e1000_phy.c
SRCS-$(CONFIG_RTE_LIBRTE_E1000_PMD) += e1000_vf.c
SRCS-$(CONFIG_RTE_LIBRTE_IGB_PMD) += igb_ethdev.c
SRCS-$(CONFIG_RTE_LIBRTE_IGB_PMD) += igb_rxtx.c
+SRCS-$(CONFIG_RTE_LIBRTE_IGB_PMD) += igb_pf.c
SRCS-$(CONFIG_RTE_LIBRTE_EM_PMD) += em_ethdev.c
SRCS-$(CONFIG_RTE_LIBRTE_EM_PMD) += em_rxtx.c
-SRCS-$(CONFIG_RTE_LIBRTE_EM_PMD) += igb_pf.c
# this lib depends upon:
DEPDIRS-$(CONFIG_RTE_LIBRTE_E1000_PMD) += lib/librte_eal lib/librte_ether