X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcompress%2Fisal%2FMakefile;h=1e225ab43459520e6dea57b3b1cbba29a705777a;hb=c3fe5d737a38011f5e17574ca653072798256ddd;hp=95904f64184230c555e6d7e40562347acff9b326;hpb=490e725b95b2a9a02eb979fc0ef35e9d46367329;p=dpdk.git diff --git a/drivers/compress/isal/Makefile b/drivers/compress/isal/Makefile index 95904f6418..1e225ab434 100644 --- a/drivers/compress/isal/Makefile +++ b/drivers/compress/isal/Makefile @@ -9,7 +9,6 @@ LIB = librte_pmd_isal_comp.a # build flags CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) -CFLAGS += -DALLOW_EXPERIMENTAL_API # external library dependencies LDLIBS += -lisal @@ -17,9 +16,6 @@ LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring LDLIBS += -lrte_compressdev LDLIBS += -lrte_bus_vdev -# library version -LIBABIVER := 1 - # versioning export map EXPORT_MAP := rte_pmd_isal_version.map