X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_port%2FMakefile;h=de960fc62b8dd6119dfce586a67bdcaabe40e5a8;hb=76d5b807ff7456217311f6e47e610b7d762a3daf;hp=266ed39f2cc94d6ced4f0c9963f5c78f138e13cd;hpb=9d41beed24b01666913de301a9462b7b0d379a51;p=dpdk.git diff --git a/lib/librte_port/Makefile b/lib/librte_port/Makefile index 266ed39f2c..de960fc62b 100644 --- a/lib/librte_port/Makefile +++ b/lib/librte_port/Makefile @@ -41,15 +41,15 @@ CFLAGS += $(WERROR_FLAGS) EXPORT_MAP := rte_port_version.map +LIBABIVER := 1 + # # all source are stored in SRCS-y # SRCS-$(CONFIG_RTE_LIBRTE_PORT) += rte_port_ethdev.c SRCS-$(CONFIG_RTE_LIBRTE_PORT) += rte_port_ring.c ifeq ($(CONFIG_RTE_LIBRTE_IP_FRAG),y) -ifeq ($(CONFIG_RTE_MBUF_REFCNT),y) SRCS-$(CONFIG_RTE_LIBRTE_PORT) += rte_port_frag.c -endif SRCS-$(CONFIG_RTE_LIBRTE_PORT) += rte_port_ras.c endif SRCS-$(CONFIG_RTE_LIBRTE_PORT) += rte_port_sched.c @@ -60,9 +60,7 @@ SYMLINK-$(CONFIG_RTE_LIBRTE_PORT)-include += rte_port.h SYMLINK-$(CONFIG_RTE_LIBRTE_PORT)-include += rte_port_ethdev.h SYMLINK-$(CONFIG_RTE_LIBRTE_PORT)-include += rte_port_ring.h ifeq ($(CONFIG_RTE_LIBRTE_IP_FRAG),y) -ifeq ($(CONFIG_RTE_MBUF_REFCNT),y) SYMLINK-$(CONFIG_RTE_LIBRTE_PORT)-include += rte_port_frag.h -endif SYMLINK-$(CONFIG_RTE_LIBRTE_PORT)-include += rte_port_ras.h endif SYMLINK-$(CONFIG_RTE_LIBRTE_PORT)-include += rte_port_sched.h