* [U-Boot] [PATCH 1/2] mx28evk: Remove 'all' target from Makefile
@ 2011-12-29 13:34 Fabio Estevam
2011-12-29 13:34 ` [U-Boot] [PATCH 2/2] m28evk: " Fabio Estevam
2011-12-29 15:22 ` [U-Boot] [PATCH 1/2] mx28evk: " Marek Vasut
0 siblings, 2 replies; 4+ messages in thread
From: Fabio Estevam @ 2011-12-29 13:34 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH 2/2] m28evk: Remove 'all' target from Makefile
2011-12-29 13:34 [U-Boot] [PATCH 1/2] mx28evk: Remove 'all' target from Makefile Fabio Estevam
@ 2011-12-29 13:34 ` Fabio Estevam
2011-12-29 15:22 ` Marek Vasut
2011-12-29 15:22 ` [U-Boot] [PATCH 1/2] mx28evk: " Marek Vasut
1 sibling, 1 reply; 4+ messages in thread
From: Fabio Estevam @ 2011-12-29 13:34 UTC (permalink / raw)
To: u-boot
Remove 'all' target from Makefile, as this is unused code.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
board/denx/m28evk/Makefile | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/board/denx/m28evk/Makefile b/board/denx/m28evk/Makefile
index aa16c7d..1fb56d8 100644
--- a/board/denx/m28evk/Makefile
+++ b/board/denx/m28evk/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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH 1/2] mx28evk: Remove 'all' target from Makefile
2011-12-29 13:34 [U-Boot] [PATCH 1/2] mx28evk: Remove 'all' target from Makefile Fabio Estevam
2011-12-29 13:34 ` [U-Boot] [PATCH 2/2] m28evk: " Fabio Estevam
@ 2011-12-29 15:22 ` Marek Vasut
1 sibling, 0 replies; 4+ messages in thread
From: Marek Vasut @ 2011-12-29 15:22 UTC (permalink / raw)
To: u-boot
> 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
Acked-by: Marek Vasut <marek.vasut@gmail.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH 2/2] m28evk: Remove 'all' target from Makefile
2011-12-29 13:34 ` [U-Boot] [PATCH 2/2] m28evk: " Fabio Estevam
@ 2011-12-29 15:22 ` Marek Vasut
0 siblings, 0 replies; 4+ messages in thread
From: Marek Vasut @ 2011-12-29 15:22 UTC (permalink / raw)
To: u-boot
> Remove 'all' target from Makefile, as this is unused code.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> board/denx/m28evk/Makefile | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/board/denx/m28evk/Makefile b/board/denx/m28evk/Makefile
> index aa16c7d..1fb56d8 100644
> --- a/board/denx/m28evk/Makefile
> +++ b/board/denx/m28evk/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
Acked-by: Marek Vasut <marek.vasut@gmail.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-12-29 15:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-29 13:34 [U-Boot] [PATCH 1/2] mx28evk: Remove 'all' target from Makefile Fabio Estevam
2011-12-29 13:34 ` [U-Boot] [PATCH 2/2] m28evk: " Fabio Estevam
2011-12-29 15:22 ` Marek Vasut
2011-12-29 15:22 ` [U-Boot] [PATCH 1/2] mx28evk: " Marek Vasut
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox