Remove 'all' target from Makefile, as this is unused code. Signed-off-by: Fabio Estevam <fabio.este...@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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot