]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_pmd_e1000/Makefile
e1000: support EM devices (also known as e1000/e1000e)
[dpdk.git] / lib / librte_pmd_e1000 / Makefile
index 890b13ecefd5689eb1348aaa07c323d2b67c0d5a..df08fba25ccc46b93617fe8e1fe51cc5dcfc722a 100644 (file)
@@ -64,6 +64,8 @@ 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_EM_PMD) += em_ethdev.c
+SRCS-$(CONFIG_RTE_LIBRTE_EM_PMD) += em_rxtx.c
 
 # this lib depends upon:
 DEPDIRS-$(CONFIG_RTE_LIBRTE_E1000_PMD) += lib/librte_eal lib/librte_ether