[U-Boot] [PATCH] config.mk: remove un-needed REMOTE_BUILD check
Mike Frysinger
vapier at gentoo.org
Sun May 24 19:34:40 CEST 2009
On Sunday 24 May 2009 08:03:11 Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 02:43 Sun 24 May , Mike Frysinger wrote:
> > On Friday 22 May 2009 13:28:52 Jean-Christophe PLAGNIOL-VILLARD wrote:
> > > as $(obj) is empty when in tree build
> > >
> > > %.s: %.S
> > > $(CPP) $(AFLAGS) -o $@ $<
> > >
> > > and
> > >
> > > $(obj)%.s: %.S
> > > $(CPP) $(AFLAGS) -o $@ $<
> > >
> > > are the same
> >
> > i wondered about that ... assuming in/out of tree still builds for you,
> > this sounds good to me
>
> It's build correctly for me :)
Acked-by: Mike Frysinger <vapier at gentoo.org>
-mike
More information about the U-Boot
mailing list