X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_malloc%2FMakefile;h=15b7eed64d65ed4a451cce1bd94b4c3aefee8b42;hb=9d41beed24b01666913de301a9462b7b0d379a51;hp=ba87e34b6067c48b8a505d72421f74c0d940ad0d;hpb=166a743c53fa6cde255c5e0e3bb34d4a7c54d0bf;p=dpdk.git diff --git a/lib/librte_malloc/Makefile b/lib/librte_malloc/Makefile index ba87e34b60..15b7eed64d 100644 --- a/lib/librte_malloc/Makefile +++ b/lib/librte_malloc/Makefile @@ -36,6 +36,8 @@ LIB = librte_malloc.a 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