[U-Boot] [PATCH] config.mk: remove un-needed REMOTE_BUILD check
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Sun May 24 14:03:11 CEST 2009
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 :)
Best Regards,
J.
More information about the U-Boot
mailing list