From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gabriel Carrillo Subject: [PATCH] doc: add new targets to "make help" output Date: Mon, 5 Jun 2017 16:43:37 -0500 Message-ID: <1496699017-98327-1-git-send-email-erik.g.carrillo@intel.com> Cc: dev@dpdk.org To: thomas@monjalon.net Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 203B47CB4 for ; Mon, 5 Jun 2017 23:40:35 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Commit aafaea3d3b70 ("devtools: add tags and cscope index generation") introduced new make targets. This change updates the help target output to reflect the additions. Signed-off-by: Gabriel Carrillo --- doc/build-sdk-quick.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/build-sdk-quick.txt b/doc/build-sdk-quick.txt index 8d41052..0b8a309 100644 --- a/doc/build-sdk-quick.txt +++ b/doc/build-sdk-quick.txt @@ -11,6 +11,9 @@ Build commands examples_clean clean examples for given targets (T=) test compile tests and run basic unit tests test-* run specific subset of unit tests + tags T= generate ctags for given targets (T=) + gtags T= generate gtags for given targets (T=) + cscope T= generate cscope database for given targets (T=) Build variables EXTRA_CPPFLAGS preprocessor options EXTRA_CFLAGS compiler options -- 2.6.4