From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.mpynet.fi ([82.197.21.84]:32429 "EHLO mx1.mpynet.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933127AbcLMOG2 (ORCPT ); Tue, 13 Dec 2016 09:06:28 -0500 Date: Tue, 13 Dec 2016 15:57:39 +0200 From: Tuomas Tynkkynen To: Greg Kroah-Hartman CC: , Herbert Xu Subject: Backport request: crypto: rsa - Add Makefile dependencies to fix parallel builds Message-ID: <20161213155739.5173b68e@duuni> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: Hi Greg, Please apply this commit from 4.9 to fix occassional parallel building issues: commit 57891633eeef60e732e045731cf20e50ee80acb4 Author: David Michael Date: Tue Nov 29 11:15:12 2016 -0800 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 Signed-off-by: Herbert Xu Applies to 4.4 and 4.8.