libbpf: cleanup Makefile, remove unused elements
authorJesper Dangaard Brouer <brouer@redhat.com>
Tue, 16 Jan 2018 23:20:35 +0000 (00:20 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 17 Jan 2018 00:18:10 +0000 (01:18 +0100)
commit63c859101ec32cbc8fa5b708c7f17de63b15e56e
treea37ea0dfdb7fca6a3bf9c613704bda02e3094fff
parent7d386c624980e476612490df52eaa86c8e066edc
libbpf: cleanup Makefile, remove unused elements

The plugin_dir_SQ variable is not used, remove it.
The function update_dir is also unused, remove it.
The variable $VERSION_FILES is empty, remove it.

These all originates from the introduction of the Makefile, and is likely a copy paste
from tools/lib/traceevent/Makefile.

Fixes: 1b76c13e4b36 ("bpf tools: Introduce 'bpf' library and add bpf feature check")
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/lib/bpf/Makefile