
9 Sep
2011
9 Sep
'11
3:12 a.m.
On Tuesday, September 06, 2011 22:27:16 Macpaul Lin wrote:
--- /dev/null +++ b/arch/nds32/lib/Makefile
+clean:
- rm -f $(SOBJS) $(OBJS)
+distclean: clean
- rm -f $(LIB) core *.bak .depend
pretty sure neither of these get used, so you should punt both targets
--- /dev/null +++ b/arch/nds32/lib/board.c
+#ifndef CONFIG_IDENT_STRING +#define CONFIG_IDENT_STRING "" +#endif
you forgot to delete this too when removing the version_string :) -mike