[U-Boot] [PATCH 1/2] mx28evk: Remove 'all' target from Makefile
Fabio Estevam
festevam at gmail.com
Thu Dec 29 14:34:12 CET 2011
Remove 'all' target from Makefile, as this is unused code.
Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
This was first pointed out by Mike Frysinger here:
http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/118719
,but I missed to include it on later patch submissions.
board/freescale/mx28evk/Makefile | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/board/freescale/mx28evk/Makefile b/board/freescale/mx28evk/Makefile
index 7459107..02ce108 100644
--- a/board/freescale/mx28evk/Makefile
+++ b/board/freescale/mx28evk/Makefile
@@ -37,8 +37,6 @@ OBJS := $(addprefix $(obj),$(COBJS))
$(LIB): $(obj).depend $(OBJS)
$(call cmd_link_o_target, $(OBJS))
-all: $(ALL)
-
#########################################################################
# defines $(obj).depend target
--
1.7.1
More information about the U-Boot
mailing list