Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753156AbdHKMUJ (ORCPT ); Fri, 11 Aug 2017 08:20:09 -0400 Received: from ozlabs.org ([103.22.144.67]:49571 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753108AbdHKMUG (ORCPT ); Fri, 11 Aug 2017 08:20:06 -0400 X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 0e23e7b32bfdaaa8892d8383114f84cded1446b9 In-Reply-To: To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras , Scott Wood From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [01/12] powerpc/8xx: Simplify CONFIG_8xx checks in Makefile Message-Id: <3xTPGD51Xyz9t44@ozlabs.org> Date: Fri, 11 Aug 2017 22:20:04 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 416 Lines: 12 On Tue, 2017-08-08 at 11:58:40 UTC, Christophe Leroy wrote: > The entire 8xx directory is omitted if CONFIG_8xx is not enabled, so > within the 8xx/Makefile CONFIG_8xx is always y. So convert > obj-$(CONFIG_8xx) to the more obvious obj-y. > > Signed-off-by: Christophe Leroy Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/0e23e7b32bfdaaa8892d8383114f84 cheers