[dpdk-dev] [PATCH v4 2/2] octeontx: move mbox to common folder

Thomas Monjalon thomas at monjalon.net
Wed Apr 4 11:23:02 CEST 2018


02/04/2018 11:10, Pavan Nikhilesh:
> +++ b/drivers/common/octeontx/Makefile
> @@ -0,0 +1,24 @@
> +# SPDX-License-Identifier: BSD-3-Clause
> +# Copyright(c) 2018 Cavium, Inc
> +#
> +
> +include $(RTE_SDK)/mk/rte.vars.mk
> +
> +#
> +# library name
> +#
> +LIB = librte_common_octeontx.a
> +
> +CFLAGS += $(WERROR_FLAGS)
> +EXPORT_MAP := rte_common_octeontx_version.map
> +
> +LIBABIVER := 1


You should add this new library in the release notes section:
	"Shared Library Versions"





More information about the dev mailing list