From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759107AbdEOFGu (ORCPT ); Mon, 15 May 2017 01:06:50 -0400 Received: from ozlabs.org ([103.22.144.67]:51541 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759038AbdEOFGs (ORCPT ); Mon, 15 May 2017 01:06:48 -0400 X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 24e0bfbf63bac18495b0ad76115269f2158e9234 In-Reply-To: <20170508085016.32601-1-horia.geanta@nxp.com> To: =?utf-8?q?Horia_Geant=C4=83?= , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Nicholas Piggin , Mircea Pop Subject: Re: powerpc: fix distclean with Makefile.postlink Message-Id: <3wR7ps4vtfz9s75@ozlabs.org> Date: Mon, 15 May 2017 15:06:45 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2017-05-08 at 08:50:16 UTC, =?utf-8?q?Horia_Geant=C4=83?= wrote: > Makefile.postlink always includes include/config/auto.conf, however > this file is not present in a clean kernel tree, causing make to fail: > > arch/powerpc/Makefile.postlink:10: include/config/auto.conf: No such file or directory > make[1]: *** No rule to make target `include/config/auto.conf'. Stop. > make: *** [vmlinuxclean] Error 2 > > Change the inclusion such that file not being found does not trigger > an error. > > Fixes: f188d0524d7e ("powerpc: Use the new post-link pass to check relocations") > Reported-by: Mircea Pop > Signed-off-by: Horia Geantă > Tested-by: Justin M. Forbes Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/24e0bfbf63bac18495b0ad76115269 cheers