
31 Aug
2011
31 Aug
'11
4:47 p.m.
On Wednesday, August 31, 2011 06:25:55 Macpaul Lin wrote:
--- /dev/null +++ b/arch/nds32/cpu/n1213/Makefile
+LIB = $(obj)lib$(CPU).o
+$(LIB): $(OBJS)
- $(AR) $(ARFLAGS) $@ $(OBJS)
all your makefiles that call $(AR) are broken. they need to use $(call cmd_link_o_target,...). i see this in multiple nds32 patches here.
see arch/blackfin/lib/Makefile as a simple example -mike