crypto: rsa - Add Makefile dependencies to fix parallel builds
authorDavid Michael <[email protected]>
Tue, 29 Nov 2016 19:15:12 +0000 (11:15 -0800)
committerHerbert Xu <[email protected]>
Wed, 30 Nov 2016 11:46:45 +0000 (19:46 +0800)
commit57891633eeef60e732e045731cf20e50ee80acb4
tree3f275bd4f76575b88dc6cd297d7973a7306de09b
parent66bf093772040ae8b864d2cf953f2c73005f7815
crypto: rsa - Add Makefile dependencies to fix parallel builds

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

Signed-off-by: David Michael <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
crypto/Makefile