diff options
author | Toke Høiland-Jørgensen <toke@redhat.com> | 2019-10-04 18:34:44 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2019-10-06 04:24:56 +0300 |
commit | a9eb048d5615152dc4b8aedb7e704a4e59bc2205 (patch) | |
tree | 58878a14962f410b46e4ee04529dc893993785da /tools/lib/bpf/.gitignore | |
parent | b84fbfe2ceed14a3623739ba72a2c1f4db003f1e (diff) | |
download | linux-a9eb048d5615152dc4b8aedb7e704a4e59bc2205.tar.xz |
libbpf: Add cscope and tags targets to Makefile
Using cscope and/or TAGS files for navigating the source code is useful.
Add simple targets to the Makefile to generate the index files for both
tools.
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Tested-by: Andrii Nakryiko <andriin@fb.com>
Acked-by: Andrii Nakryiko <andriin@fb.com>
Link: https://lore.kernel.org/bpf/20191004153444.1711278-1-toke@redhat.com
Diffstat (limited to 'tools/lib/bpf/.gitignore')
-rw-r--r-- | tools/lib/bpf/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/lib/bpf/.gitignore b/tools/lib/bpf/.gitignore index d9e9dec04605..12382b0c71c7 100644 --- a/tools/lib/bpf/.gitignore +++ b/tools/lib/bpf/.gitignore @@ -3,3 +3,6 @@ libbpf.pc FEATURE-DUMP.libbpf test_libbpf libbpf.so.* +TAGS +tags +cscope.* |