From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Thu, 20 Feb 2014 10:06:21 +0100 Subject: [U-Boot] [PATCH] kbuild,tegra124: add dummy obj- for Kbuild In-Reply-To: <20140220172331.A187.AA925319@jp.panasonic.com> References: <1392816403-9101-1-git-send-email-yamada.m@jp.panasonic.com> <20140219154659.5f1ba763@lilith> <20140220172331.A187.AA925319@jp.panasonic.com> Message-ID: <20140220100621.71c1eb08@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Masahiro, On Thu, 20 Feb 2014 17:23:31 +0900, Masahiro Yamada wrote: > Hello Albert, > > > > > --- a/arch/arm/cpu/armv7/tegra124/Makefile > > > +++ b/arch/arm/cpu/armv7/tegra124/Makefile > > > @@ -4,3 +4,6 @@ > > > # > > > # SPDX-License-Identifier: GPL-2.0+ > > > # > > > + > > > +# necessary to create built-in.o > > > +obj- := __dummy__.o > > > > Is there really no other way than to specify an unexisting __dummy__.o > > in order to build a useless built-in.o? > > I believe this is the simplest workaround we can do now. > > But I promise I'll refactor makefiles and delete > arch/arm/cpu/armv7/{tegra114,tegra30}/Makefile lator. > > For now, let me go with this solution.. > We still have a mountain of refactoring to do. Thanks -- as long as this is a known topic, I'm fine with it. > Best Regards > Masahiro Yamada Amicalement, -- Albert.