From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752132AbdKEItS (ORCPT ); Sun, 5 Nov 2017 03:49:18 -0500 Received: from asavdk4.altibox.net ([109.247.116.15]:59083 "EHLO asavdk4.altibox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751518AbdKEItQ (ORCPT ); Sun, 5 Nov 2017 03:49:16 -0500 X-Greylist: delayed 582 seconds by postgrey-1.27 at vger.kernel.org; Sun, 05 Nov 2017 03:49:15 EST Date: Sun, 5 Nov 2017 09:39:28 +0100 From: Sam Ravnborg To: Masahiro Yamada Cc: Rob Herring , devicetree@vger.kernel.org, linux-kbuild@vger.kernel.org, Mark Rutland , Pantelis Antoniou , linux-arm-kernel@lists.infradead.org, Arnd Bergmann , linux-kernel@vger.kernel.org, Michal Marek Subject: Re: [PATCH 2/2] kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.lib Message-ID: <20171105083928.GA28930@ravnborg.org> References: <1509859853-27473-1-git-send-email-yamada.masahiro@socionext.com> <1509859853-27473-3-git-send-email-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1509859853-27473-3-git-send-email-yamada.masahiro@socionext.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.2 cv=eqGd9chX c=1 sm=1 tr=0 a=Ij76tQDYWdb01v2+RnYW5w==:117 a=Ij76tQDYWdb01v2+RnYW5w==:17 a=kj9zAlcOel0A:10 a=CBgpIf0n7ux6VjZyN8EA:9 a=CjuIK1q_8ugA:10 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Masahiro Nice cleanup - looks good. > --- a/arch/mips/boot/dts/brcm/Makefile > +++ b/arch/mips/boot/dts/brcm/Makefile > @@ -37,5 +37,3 @@ obj-y += $(patsubst %.dtb, %.dtb.o, $(dtb-y)) > > # Force kbuild to make empty built-in.o if necessary > obj- += dummy.o I noticed a few of these dummy.o in the patched files. Looks like another candidate for cleaning up - in a separate patch. Sam