Skip to content
Snippets Groups Projects
Commit d109ed94 authored by Fabio Estevam's avatar Fabio Estevam Committed by Albert ARIBAUD
Browse files

mx28evk: Remove 'all' target from Makefile


Remove 'all' target from Makefile, as this is unused code.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Acked-by: default avatarMarek Vasut <marek.vasut@gmail.com>
parent e364daf9
No related branches found
No related tags found
No related merge requests found
...@@ -37,8 +37,6 @@ OBJS := $(addprefix $(obj),$(COBJS)) ...@@ -37,8 +37,6 @@ OBJS := $(addprefix $(obj),$(COBJS))
$(LIB): $(obj).depend $(OBJS) $(LIB): $(obj).depend $(OBJS)
$(call cmd_link_o_target, $(OBJS)) $(call cmd_link_o_target, $(OBJS))
all: $(ALL)
######################################################################### #########################################################################
# defines $(obj).depend target # defines $(obj).depend target
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment