]> git.hungrycats.org Git - linux/commit
crypto: rsa - Add Makefile dependencies to fix parallel builds
authorDavid Michael <david.michael@coreos.com>
Tue, 29 Nov 2016 19:15:12 +0000 (11:15 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 Dec 2016 16:50:36 +0000 (08:50 -0800)
commit762c9bb16fced1d84b446fa7b73fee0f977b400d
treed37758d2f3a34271d3e168b091107d146630f494
parent014e5a7d93547351e09b4c5ca5b1087488b853d6
crypto: rsa - Add Makefile dependencies to fix parallel builds

commit 57891633eeef60e732e045731cf20e50ee80acb4 upstream.

Both asn1 headers are included by rsa_helper.c, so rsa_helper.o
should explicitly depend on them.

Signed-off-by: David Michael <david.michael@coreos.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Cc: Tuomas Tynkkynen <tuomas@tuxera.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
crypto/Makefile