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)
commitd51b6b2287ae0c5432f03457a1dbc844e1968d12
treed9ee2b2fa1fc7e32ca45d069723a0ab3ec405c75
parent223f903e9c832699f4e5f422281a60756c1c6cfe
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