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:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user