[U-Boot] [PATCH] config.mk: remove un-needed REMOTE_BUILD check
Mike Frysinger
vapier at gentoo.org
Sun May 24 08:43:14 CEST 2009
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
-mike
More information about the U-Boot
mailing list