public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] mx28evk: Remove 'all' target from Makefile
Date: Thu, 29 Dec 2011 11:34:12 -0200	[thread overview]
Message-ID: <1325165653-9075-1-git-send-email-festevam@gmail.com> (raw)

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

Signed-off-by: Fabio Estevam <fabio.estevam@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

             reply	other threads:[~2011-12-29 13:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-29 13:34 Fabio Estevam [this message]
2011-12-29 13:34 ` [U-Boot] [PATCH 2/2] m28evk: Remove 'all' target from Makefile Fabio Estevam
2011-12-29 15:22   ` Marek Vasut
2011-12-29 15:22 ` [U-Boot] [PATCH 1/2] mx28evk: " Marek Vasut

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1325165653-9075-1-git-send-email-festevam@gmail.com \
    --to=festevam@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox