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