X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_cryptodev%2FMakefile;h=2ba0dbeecc91488ef83e76feda765c5f7a720c22;hb=acec04c4b2f5;hp=a8f94c097e910841816c17366448f7f6167ef46d;hpb=3f1d382ca3b73623dfa5c3d44bd4251b67d92a91;p=dpdk.git diff --git a/lib/librte_cryptodev/Makefile b/lib/librte_cryptodev/Makefile index a8f94c097e..2ba0dbeecc 100644 --- a/lib/librte_cryptodev/Makefile +++ b/lib/librte_cryptodev/Makefile @@ -1,14 +1,11 @@ # SPDX-License-Identifier: BSD-3-Clause -# Copyright(c) 2015 Intel Corporation +# Copyright(c) 2015-2019 Intel Corporation include $(RTE_SDK)/mk/rte.vars.mk # library name LIB = librte_cryptodev.a -# library version -LIBABIVER := 5 - # build flags CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS)