]> git.baikalelectronics.ru Git - kernel.git/commit
libbpf: Remove Makefile warnings on out-of-sync netlink.h/if_link.h
authorQuentin Monnet <quentin@isovalent.com>
Sun, 10 Oct 2021 00:25:28 +0000 (01:25 +0100)
committerAndrii Nakryiko <andrii@kernel.org>
Tue, 19 Oct 2021 23:33:10 +0000 (16:33 -0700)
commit663f700941dbc6f02093958fb3e0d54c0d5ff529
treed9ee2b2fa1fc7e32ca45d069723a0ab3ec405c75
parent16c5920e1914c710fab18bf10db5fd2ac404184e
libbpf: Remove Makefile warnings on out-of-sync netlink.h/if_link.h

Although relying on some definitions from the netlink.h and if_link.h
headers copied into tools/include/uapi/linux/, libbpf does not need
those headers to stay entirely up-to-date with their original versions,
and the warnings emitted by the Makefile when it detects a difference
are usually just noise. Let's remove those warnings.

Suggested-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Quentin Monnet <quentin@isovalent.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20211010002528.9772-1-quentin@isovalent.com
tools/lib/bpf/Makefile