]> git.baikalelectronics.ru Git - kernel.git/commit
netdevsim: don't compile BPF code if syscall not enabled
authorJakub Kicinski <jakub.kicinski@netronome.com>
Tue, 23 Jan 2018 19:22:54 +0000 (11:22 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Jan 2018 01:24:31 +0000 (20:24 -0500)
commitf56134b7ba5ce492ead241f9842e6f54618a95a9
treecbd37f35387938e891ba140be8abbd9874904d98
parentfb641f7eab0236fdb5da1be79d62fb10bf720b59
netdevsim: don't compile BPF code if syscall not enabled

We should not compile netdevsim/bpf.c if BPF syscall is not
enabled.  Otherwise bpf core would have to provide wrappers
for all functions offload drivers may call, even though
system will never see a BPF object.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/netdevsim/Makefile
drivers/net/netdevsim/netdevsim.h