From: Intel Date: Fri, 8 Nov 2013 02:00:00 +0000 (+0100) Subject: igb: fix PF build X-Git-Tag: spdx-start~11082 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=df0f8da586e0c673e510321462ac79b27fcf37de;p=dpdk.git igb: fix PF build Signed-off-by: Intel --- diff --git a/lib/librte_pmd_e1000/Makefile b/lib/librte_pmd_e1000/Makefile index 13123a5f55..6ae8061914 100644 --- 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