]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Add 'build-test' make target
authorNamhyung Kim <namhyung@kernel.org>
Thu, 16 Jan 2014 01:52:53 +0000 (10:52 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 16 Jan 2014 19:26:26 +0000 (16:26 -0300)
commit1c362dcb7425bd810ff08fbf2a51f994442a6bbb
tree876bb8788e5ba1aa8c938e5b6987b2f2a077318b
parentc0acd5f1b9dddf8d96a9638d930f16f0027b2a03
perf tools: Add 'build-test' make target

Currently various build test can be performed using a Makefile named
tests/make, so one needs to remember and specify it with -f option on
command line.

Add the 'build-test' target in the main Makefile as a shortcut.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung.kim@lge.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1389837173-3632-1-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile