X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_mbuf%2FMakefile;h=548273054d254239d4186428641f1a85303e74f6;hb=92ac1d5a13859e5dc65c94aaa94559680f2e26c9;hp=03becae8349f25e54f7392b58f497c6647a87d96;hpb=9d41beed24b01666913de301a9462b7b0d379a51;p=dpdk.git diff --git a/lib/librte_mbuf/Makefile b/lib/librte_mbuf/Makefile index 03becae834..548273054d 100644 --- a/lib/librte_mbuf/Makefile +++ b/lib/librte_mbuf/Makefile @@ -38,13 +38,12 @@ CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) -O3 EXPORT_MAP := rte_mbuf_version.map +LIBABIVER := 3 + # all source are stored in SRCS-y -SRCS-$(CONFIG_RTE_LIBRTE_MBUF) := rte_mbuf.c +SRCS-$(CONFIG_RTE_LIBRTE_MBUF) := rte_mbuf.c rte_mbuf_ptype.c # install includes -SYMLINK-$(CONFIG_RTE_LIBRTE_MBUF)-include := rte_mbuf.h - -# this lib needs eal -DEPDIRS-$(CONFIG_RTE_LIBRTE_MBUF) += lib/librte_eal lib/librte_mempool +SYMLINK-$(CONFIG_RTE_LIBRTE_MBUF)-include := rte_mbuf.h rte_mbuf_ptype.h include $(RTE_SDK)/mk/rte.lib.mk