bpf: Add sparc support to tools and samples.

Signed-off-by: David S. Miller <davem@davemloft.net>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
This commit is contained in:
David S. Miller
2017-04-22 12:31:05 -07:00
parent 7a12b5031c
commit b0c47807d3
3 changed files with 24 additions and 0 deletions

View File

@@ -37,6 +37,8 @@
# define __NR_bpf 321
# elif defined(__aarch64__)
# define __NR_bpf 280
# elif defined(__sparc__)
# define __NR_bpf 349
# else
# error __NR_bpf not defined. libbpf does not support your arch.
# endif