
20 Nov
2011
20 Nov
'11
6:23 a.m.
On Saturday 19 November 2011 23:07:08 Marek Vasut wrote:
LDSCRIPT := $(TOPDIR)/$(CPUDIR)/u-boot.lds
endif ifeq ($(wildcard $(LDSCRIPT)),)
LDSCRIPT := $(TOPDIR)/arch/$(ARCH)/cpu/u-boot.lds
# We don't expect a Makefile here
LDSCRIPT_MAKEFILE_DIR =
- endif
- ifeq ($(wildcard $(LDSCRIPT)),)
Do I see the same ifeq... twice in here ? I understand what you do here, but it'd be good to add a comment please.
in the larger context, it makes sense -mike