bpfilter: fix user mode helper cross compilation
authorMatteo Croce <mcroce@redhat.com>
Wed, 20 Jun 2018 14:04:34 +0000 (16:04 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Jun 2018 00:19:19 +0000 (09:19 +0900)
commitc24fb5e68ebfd485ecaa8b5d40cb4721a1d137ee
treec9d7eb53663098ad721b1ab914d1d88f89e12d02
parent1abd8a8f39cd9a2925149000056494523c85643a
bpfilter: fix user mode helper cross compilation

Use $(OBJDUMP) instead of literal 'objdump' to avoid
using host toolchain when cross compiling.

Fixes: 421780fd4983 ("bpfilter: fix build error")
Signed-off-by: Matteo Croce <mcroce@redhat.com>
Reported-by: Stefano Brivio <sbrivio@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bpfilter/Makefile