
9 Sep
2011
9 Sep
'11
3:14 a.m.
On Tuesday, September 06, 2011 22:27:19 Macpaul Lin wrote:
--- /dev/null +++ b/board/AndesTech/adp-ag101/Makefile
+clean:
- rm -f $(SOBJS) $(OBJS)
+distclean: clean
- rm -f $(LIB) core *.bak $(obj).depend
i think both of these are unused, so punt them
+ifdef CONFIG_SYS_LDSCRIPT +LDSCRIPT := $(subst ",,$(CONFIG_SYS_LDSCRIPT)) +else +LDSCRIPT := $(SRCTREE)/arch/$(ARCH)/cpu/$(CPU)/u-boot.lds +endif
i dont think defining LDSCRIPT in the board Makefile does anything (would only really matter if it was in config.mk). so punt this. -mike