linux-stable/tools/lib/bpf
Jesper Dangaard Brouer 7110d80d53 libbpf: Makefile set specified permission mode
The third parameter to do_install was not used by $(INSTALL) command.
Fix this by only setting the -m option when the third parameter is supplied.

The use of a third parameter was introduced in commit  eb54e522a0 ("bpf:
install libbpf headers on 'make install'").

Without this change, the header files are install as executables files (755).

Fixes: eb54e522a0 ("bpf: install libbpf headers on 'make install'")
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2018-01-17 01:18:10 +01:00
..
.gitignore tools lib bpf: Change FEATURE-DUMP to FEATURE-DUMP.libbpf 2015-11-05 12:47:51 -03:00
Build bpf tools: Add bpf.c/h for common bpf operations 2015-08-07 10:16:58 -03:00
Makefile libbpf: Makefile set specified permission mode 2018-01-17 01:18:10 +01:00
bpf.c libbpf: add support for BPF_PROG_QUERY 2017-10-04 16:05:05 -07:00
bpf.h libbpf: add support for bpf_call 2017-12-17 20:34:35 +01:00
libbpf.c libbpf: fix string comparison for guessing eBPF program type 2018-01-17 01:15:05 +01:00
libbpf.h libbpf: use map_flags when creating maps 2017-10-05 21:42:28 -07:00