aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/annotate.c
diff options
context:
space:
mode:
authorDaniel Díaz <[email protected]>2017-08-15 16:33:30 +0000
committerArnaldo Carvalho de Melo <[email protected]>2017-08-17 19:39:14 +0000
commitf15d5e6dba97eb36eb638d62fad697937a9602e5 (patch)
tree6dc76ce2f86862675aca67f2143ed792bd6e8de7 /tools/perf/util/annotate.c
parentMerge tag 'perf-core-for-mingo-4.14-20170816' of git://git.kernel.org/pub/scm... (diff)
downloadkernel-f15d5e6dba97eb36eb638d62fad697937a9602e5.tar.gz
kernel-f15d5e6dba97eb36eb638d62fad697937a9602e5.zip
tools lib bpf: Fix double file test in Makefile
The Makefile verifies the same file exists twice: test -f ../../../include/uapi/linux/bpf.h -a \ -f ../../../include/uapi/linux/bpf.h The purpose of the check is to ensure the diff (immediately after the test) doesn't fail with these two files: tools/include/uapi/linux/bpf.h include/uapi/linux/bpf.h Same recipe for bpf_common: test -f ../../../include/uapi/linux/bpf_common.h -a \ -f ../../../include/uapi/linux/bpf_common.h This corrects the location of the tests. Signed-off-by: Daniel Díaz <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/util/annotate.c')
0 files changed, 0 insertions, 0 deletions