mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
m28evk: Remove 'all' target from Makefile
Remove 'all' target from Makefile, as this is unused code. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Marek Vasut <marek.vasut@gmail.com>
This commit is contained in:
parent
1084606c97
commit
b0216fd62a
1 changed files with 0 additions and 2 deletions
|
@ -37,8 +37,6 @@ OBJS := $(addprefix $(obj),$(COBJS))
|
|||
$(LIB): $(obj).depend $(OBJS)
|
||||
$(call cmd_link_o_target, $(OBJS))
|
||||
|
||||
all: $(ALL)
|
||||
|
||||
#########################################################################
|
||||
|
||||
# defines $(obj).depend target
|
||||
|
|
Loading…
Reference in a new issue