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.
_
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
> ($(CO
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
if
3 matches
Mail list logo