X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_mempool%2FMakefile;h=7b5bdfee70b303125182a73e7740d117be6bba2c;hb=5f592039add0aec4d30783c3abd3709a36c2da68;hp=057a6ab40fb0722dac4b46181f41c81653428124;hpb=57faf30b074e55f04fed2ff6c8267f1bb9dcd133;p=dpdk.git diff --git a/lib/librte_mempool/Makefile b/lib/librte_mempool/Makefile index 057a6ab40f..7b5bdfee70 100644 --- a/lib/librte_mempool/Makefile +++ b/lib/librte_mempool/Makefile @@ -43,11 +43,7 @@ LIBABIVER := 2 # all source are stored in SRCS-y SRCS-$(CONFIG_RTE_LIBRTE_MEMPOOL) += rte_mempool.c SRCS-$(CONFIG_RTE_LIBRTE_MEMPOOL) += rte_mempool_ops.c -SRCS-$(CONFIG_RTE_LIBRTE_MEMPOOL) += rte_mempool_ring.c -SRCS-$(CONFIG_RTE_LIBRTE_MEMPOOL) += rte_mempool_stack.c # install includes SYMLINK-$(CONFIG_RTE_LIBRTE_MEMPOOL)-include := rte_mempool.h -DEPDIRS-$(CONFIG_RTE_LIBRTE_MEMPOOL) += lib/librte_eal lib/librte_ring - include $(RTE_SDK)/mk/rte.lib.mk