]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit553d251c99349c3e1d915bbae89b9839f4798587
treec9d7eb53663098ad721b1ab914d1d88f89e12d02
parente86f16adaad6bb49863cb472f12b5dc771afacb0
bpfilter: fix user mode helper cross compilation

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

Fixes: 0771777506bd ("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