commit | 5bdf631e8d9931f8e0546fb4aef589c92eb352ff | [log] [tgz] |
---|---|---|
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Fri May 22 19:28:52 2009 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Fri Jun 12 20:45:48 2009 +0200 |
tree | 6563e3c529ebbf205d5a3ee59f3637c222f4d713 | |
parent | 155abaa2f411283d95c8b89e70e9a685d439bfe7 [diff] |
config.mk: remove un-needed REMOTE_BUILD check as $(obj) is empty when in tree build %.s: %.S $(CPP) $(AFLAGS) -o $@ $< and $(obj)%.s: %.S $(CPP) $(AFLAGS) -o $@ $< are the same Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Acked-by: Mike Frysinger <vapier@gentoo.org>