]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
config.mk: remove un-needed REMOTE_BUILD check
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Fri, 22 May 2009 17:28:52 +0000 (19:28 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 12 Jun 2009 18:45:48 +0000 (20:45 +0200)
commit3112030a430553768de5d30c05bedf8710784452
tree6563e3c529ebbf205d5a3ee59f3637c222f4d713
parent651351fe980b20217b014b9a888398f18d77951c
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>
config.mk