X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=doc%2Fguides%2Fcontributing%2Fcoding_style.rst;h=841ef6d5c82940d5e113f9f01cfc370e3789f883;hp=a6843de5ad08e5da1ab0efefdc039010e872078e;hb=cba806e07d6f7e6cfa9749346f2dc75288f984f7;hpb=69b1bb49ed82a4e96b67046f4916eecc14c6ad55 diff --git a/doc/guides/contributing/coding_style.rst b/doc/guides/contributing/coding_style.rst index a6843de5ad..841ef6d5c8 100644 --- a/doc/guides/contributing/coding_style.rst +++ b/doc/guides/contributing/coding_style.rst @@ -803,9 +803,8 @@ lpm, etc. For drivers, the same format of Makefile is used. CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) - # the symbol version information for the library, and .so version + # the symbol version information for the library EXPORT_MAP := rte__version.map - LIBABIVER := 1 # all source filenames are stored in SRCS-y SRCS-$(CONFIG_RTE_LIBRTE_) += rte_.c @@ -955,11 +954,6 @@ use_function_versioning twice with suitable parameters for each of shared or static library builds. -version - **Default Value = 1**. - Specifies the ABI version of the library, and is used as the major - version number of the resulting ``.so`` library. - Meson Build File Contents - Drivers ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~