]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: nf_nat_snmp_basic: add correct dependency to Makefile
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 29 Mar 2018 00:24:28 +0000 (09:24 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 29 Mar 2018 00:42:32 +0000 (09:42 +0900)
commitca8c7b8020e5382c82cb1fa75e80b982648c52a7
treed66a9f0ecb5b8fd36909e682f0839a1e1d05bcca
parent0479896f12feda21d34100c25b24c6fbf5abb552
netfilter: nf_nat_snmp_basic: add correct dependency to Makefile

nf_nat_snmp_basic_main.c includes a generated header, but the
necessary dependency is missing in Makefile. This could cause
build error in parallel building.

Remove a weird line, and add a correct one.

Fixes: c6b908290e9f ("netfilter: nf_nat_snmp_basic: use asn1 decoder library")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
net/ipv4/netfilter/Makefile