X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_compressdev%2FMakefile;h=112cdc5b28680f679072f5a2726a130d7a5ef9c1;hb=8f64f2846d8b42de638aa0318c8c9f5ac784d926;hp=4dae6ca421002a87d127dd177dd743827624d397;hpb=f87bdc1ddcf4d1217665aea4d6dab41c72d8a212;p=dpdk.git diff --git a/lib/librte_compressdev/Makefile b/lib/librte_compressdev/Makefile index 4dae6ca421..112cdc5b28 100644 --- a/lib/librte_compressdev/Makefile +++ b/lib/librte_compressdev/Makefile @@ -6,9 +6,6 @@ include $(RTE_SDK)/mk/rte.vars.mk # library name LIB = librte_compressdev.a -# library version -LIBABIVER := 1 - # build flags CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) @@ -16,7 +13,7 @@ CFLAGS += -DALLOW_EXPERIMENTAL_API LDLIBS += -lrte_eal -lrte_mempool -lrte_kvargs # library source files -SRCS-y += rte_compressdev.c rte_compressdev_pmd.c +SRCS-y += rte_compressdev.c rte_compressdev_pmd.c rte_comp.c # export include files SYMLINK-y-include += rte_comp.h