]> git.baikalelectronics.ru Git - kernel.git/commit
libbpf: don't define CC and AR
authorStanislav Fomichev <sdf@google.com>
Tue, 15 Jan 2019 21:13:46 +0000 (13:13 -0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 16 Jan 2019 21:47:43 +0000 (22:47 +0100)
commit01577ff5567baf74b3977df2b1ea8f415170e60c
tree702891dd550d864f4ea0ee40b2b592d0dffacdc7
parentf8b33d36cdc65b98c3978633896fe1bd13c84f75
libbpf: don't define CC and AR

We are already including tools/scripts/Makefile.include which correctly
handles CROSS_COMPILE, no need to define our own vars.

See related commit 6e77a588b1c7 ("tools: fix cross-compile var clobbering")
for more details.

Signed-off-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/lib/bpf/Makefile