]> git.baikalelectronics.ru Git - kernel.git/commit
samples/bpf: build with -D__TARGET_ARCH_$(SRCARCH)
authorIlya Leoshkevich <iii@linux.ibm.com>
Mon, 15 Jul 2019 09:11:03 +0000 (11:11 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Mon, 15 Jul 2019 21:13:17 +0000 (23:13 +0200)
commit37f77efc65bfb677631c4358909589476d48aba0
tree9d37ab0d210254906f978466162a4381ca75e9d8
parentcdaa2ab54d552ee280e7209b50bf34fe913dcafc
samples/bpf: build with -D__TARGET_ARCH_$(SRCARCH)

While $ARCH can be relatively flexible (see Makefile and
tools/scripts/Makefile.arch), $SRCARCH always corresponds to a directory
name under arch/.

Therefore, build samples with -D__TARGET_ARCH_$(SRCARCH), since that
matches the expectations of bpf_helpers.h.

Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Acked-by: Vasily Gorbik <gor@linux.ibm.com>
Acked-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
samples/bpf/Makefile