X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fprog_guide%2Fdev_kit_build_system.rst;h=7dc2de639433c2791f3b1d62d7cca06a2825cc68;hb=4d4ebca430474180cdc5cb14edfda04ee4189d19;hp=5bfef58b5d32fd0eef4fd90d15f399af7e6e86b0;hpb=fea1d908d39989a27890b29b5c0ec94c85c8257b;p=dpdk.git diff --git a/doc/guides/prog_guide/dev_kit_build_system.rst b/doc/guides/prog_guide/dev_kit_build_system.rst index 5bfef58b5d..7dc2de6394 100644 --- a/doc/guides/prog_guide/dev_kit_build_system.rst +++ b/doc/guides/prog_guide/dev_kit_build_system.rst @@ -407,12 +407,12 @@ Variables that Can be Set/Overridden by the User in a Makefile or Command Line * LDFLAGS_my_app: Specific flags to add when linking my_app. -* NO_AUTOLIBS: If set, the libraries provided by the framework will not be included in the LDLIBS variable automatically. - * EXTRA_CFLAGS: The content of this variable is appended after CFLAGS when compiling. * EXTRA_LDFLAGS: The content of this variable is appended after LDFLAGS when linking. +* EXTRA_LDLIBS: The content of this variable is appended after LDLIBS when linking. + * EXTRA_ASFLAGS: The content of this variable is appended after ASFLAGS when assembling. * EXTRA_CPPFLAGS: The content of this variable is appended after CPPFLAGS when using a C preprocessor on assembly files.