X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=lib%2Flibrte_efd%2FMakefile;h=b9277bc5d79fb141d6df799de263b02cb7fad37b;hp=a442c6260cb9b27203b822333c379b0a6cd75647;hb=feb9f680cd2c1df3d47bf4c05dc872467176e1e3;hpb=5b2976c718e0717f5e1b39b50ac71fb2ce80e47c diff --git a/lib/librte_efd/Makefile b/lib/librte_efd/Makefile index a442c6260c..b9277bc5d7 100644 --- a/lib/librte_efd/Makefile +++ b/lib/librte_efd/Makefile @@ -47,9 +47,4 @@ SRCS-$(CONFIG_RTE_LIBRTE_EFD) := rte_efd.c # install this header file SYMLINK-$(CONFIG_RTE_LIBRTE_EFD)-include := rte_efd.h -# this lib depends upon: -DEPDIRS-$(CONFIG_RTE_LIBRTE_EFD) += lib/librte_eal -DEPDIRS-$(CONFIG_RTE_LIBRTE_EFD) += lib/librte_ring -DEPDIRS-$(CONFIG_RTE_LIBRTE_EFD) += lib/librte_hash - include $(RTE_SDK)/mk/rte.lib.mk