]> 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)
commitfbc1a529d6aa303ed84bf1062053172cd6109158
treed66a9f0ecb5b8fd36909e682f0839a1e1d05bcca
parent3137dd1db2ac6359975fb30b157af298abcecc82
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: 2425d145b020 ("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