perf tools: Add non config targets
Adding some missing non config targets that were for some reason omitted. Signed-off-by: Jiri Olsa <jolsa@kernel.org> Cc: David Ahern <dsahern@gmail.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1480884178-8072-7-git-send-email-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
207da4739e
commit
d4dcadec43
@ -177,7 +177,7 @@ SUBCMD_DIR = $(srctree)/tools/lib/subcmd/
|
|||||||
# non-config cases
|
# non-config cases
|
||||||
config := 1
|
config := 1
|
||||||
|
|
||||||
NON_CONFIG_TARGETS := clean TAGS tags cscope help install-doc
|
NON_CONFIG_TARGETS := clean TAGS tags cscope help install-doc install-man install-html install-info install-pdf doc man html info pdf
|
||||||
|
|
||||||
ifdef MAKECMDGOALS
|
ifdef MAKECMDGOALS
|
||||||
ifeq ($(filter-out $(NON_CONFIG_TARGETS),$(MAKECMDGOALS)),)
|
ifeq ($(filter-out $(NON_CONFIG_TARGETS),$(MAKECMDGOALS)),)
|
||||||
|
Loading…
Reference in New Issue
Block a user