]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_malloc/Makefile
pci: merge probing and closing functions for linux and bsd
[dpdk.git] / lib / librte_malloc / Makefile
index ba87e34b6067c48b8a505d72421f74c0d940ad0d..947e41c9d45dafc7d11398db669e6e3f2ea56161 100644 (file)
@@ -34,8 +34,12 @@ include $(RTE_SDK)/mk/rte.vars.mk
 # library name
 LIB = librte_malloc.a
 
+LIBABIVER := 1
+
 CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) -O3
 
+EXPORT_MAP := rte_malloc_version.map
+
 # all source are stored in SRCS-y
 SRCS-$(CONFIG_RTE_LIBRTE_MALLOC) := rte_malloc.c malloc_elem.c malloc_heap.c