linux kernel 4.4: fix race during build

Patch drivers/crypto/qat/qat_common/Makefile so that qat_asym_algs.o
explicitly depends on headers qat_rsaprivkey-asn1.h and qat_rsapubkey-asn1.h

Hopefully fixes #14595
This commit is contained in:
obadz
2016-04-12 22:45:57 +01:00
parent 860aa01782
commit 4788ec1372
3 changed files with 15 additions and 1 deletions
@@ -154,4 +154,8 @@ rec {
{ name = "mfd_fix_dependency";
patch = ./chromiumos-patches/mfd-fix-dependency.patch;
};
qat_common_Makefile =
{ name = "qat_common_Makefile";
patch = ./qat_common_Makefile.patch;
};
}