
23 Nov
2010
23 Nov
'10
2:32 p.m.
Without this fix, the NAND_SPL target (in nand_spl/) is not built at all.
Signed-off-by: Stefan Roese sr@denx.de --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile index b4aae89..e9797d6 100644 --- a/Makefile +++ b/Makefile @@ -287,7 +287,7 @@ LDPPFLAGS += \ $(shell $(LD) --version | \ sed -ne 's/GNU ld version ([0-9][0-9]*).([0-9][0-9]*).*/-DLD_MAJOR=\1 -DLD_MINOR=\2/p')
-ifeq ($(CONFIG_NAND_U_BOOT),y) +ifeq ($(CONFIG_NAND_U_BOOT),"y") NAND_SPL = nand_spl U_BOOT_NAND = $(obj)u-boot-nand.bin endif
--
1.7.3.2