[ELDK] [PATCH] Makefile: fix syntax error (typo)

Wolfgang Denk wd at denx.de
Fri Apr 30 09:56:56 CEST 2010


Signed-off-by: Wolfgang Denk <wd at denx.de>
cc: Detlev Zundel <dzu at denx.de>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 1c59bba..f5bce73 100644
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,7 @@ define ADD_CONDITIONAL
 ifeq ($(strip $$($(2))),y)
   $(1) += $(3)
 endif
-endef
+endif
 image_targets = 
 IMAGE_CONFIGS = EXT2 URAMDISK JFFS2 CRAMFS SQUASHFS UBIFS
 $(foreach img,$(IMAGE_CONFIGS),$(eval $(call ADD_CONDITIONAL,image_targets,IMAGE_$(img),$$($(img)_FILE))))
-- 
1.6.2.5



More information about the eldk mailing list