Re: [U-Boot] [PATCH] Makefile: change LIB to LIB-y

2012-07-18 Thread Mike Frysinger
On Thursday 28 June 2012 08:40:00 Daniel Schwierzeck wrote: Use LIB-y and LIB-$(xxx) for appending libraries. Also allow appending to LIB-y in sub-makefiles. nice ... hope this gets split merged soon :) -mike signature.asc Description: This is a digitally signed message part.

[U-Boot] [PATCH] Makefile: change LIB to LIB-y

2012-06-28 Thread Daniel Schwierzeck
Use LIB-y and LIB-$(xxx) for appending libraries. Also allow appending to LIB-y in sub-makefiles. The top Makefile and the SPL Makefile have lines like those: ifneq ($(CONFIG_AM33XX)$(CONFIG_OMAP34XX)$(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX),) LIBS-y += $(CPUDIR)/omap-common/libomap-common.o endif

Re: [U-Boot] [PATCH] Makefile: change LIB to LIB-y

2012-06-28 Thread Wolfgang Denk
Dear Daniel Schwierzeck, In message 1340887200-535-1-git-send-email-daniel.schwierz...@gmail.com you wrote: Use LIB-y and LIB-$(xxx) for appending libraries. Also allow appending to LIB-y in sub-makefiles. The top Makefile and the SPL Makefile have lines like those: ifneq