public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kbuild: Makefile: remove unnecessary check for m68knommu ARCH
@ 2012-04-27  3:14 Edward Shao
  2012-04-27  4:53 ` Sam Ravnborg
  2012-04-27  5:12 ` Geert Uytterhoeven
  0 siblings, 2 replies; 5+ messages in thread
From: Edward Shao @ 2012-04-27  3:14 UTC (permalink / raw)
  To: linux-kbuild; +Cc: mmarek, sam, geert

ARCH is never set to m68knomm.
make ARCH=m68knomm is not supported anymore.

Signed-off-by: Edward Shao <laface.tw@gmail.com>
---
 Makefile |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index afc868e..6f46cf9 100644
--- a/Makefile
+++ b/Makefile
@@ -231,10 +231,6 @@ endif
 # Where to locate arch specific headers
 hdr-arch  := $(SRCARCH)
 
-ifeq ($(ARCH),m68knommu)
-       hdr-arch  := m68k
-endif
-
 KCONFIG_CONFIG	?= .config
 export KCONFIG_CONFIG
 
-- 
1.7.7.6


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] kbuild: Makefile: remove unnecessary check for m68knommu ARCH
  2012-04-27  3:14 [PATCH] kbuild: Makefile: remove unnecessary check for m68knommu ARCH Edward Shao
@ 2012-04-27  4:53 ` Sam Ravnborg
  2012-04-27  5:12 ` Geert Uytterhoeven
  1 sibling, 0 replies; 5+ messages in thread
From: Sam Ravnborg @ 2012-04-27  4:53 UTC (permalink / raw)
  To: Edward Shao, Michal Marek; +Cc: linux-kbuild, geert

On Fri, Apr 27, 2012 at 11:14:44AM +0800, Edward Shao wrote:
> ARCH is never set to m68knomm.
> make ARCH=m68knomm is not supported anymore.
> 
> Signed-off-by: Edward Shao <laface.tw@gmail.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] kbuild: Makefile: remove unnecessary check for m68knommu ARCH
  2012-04-27  3:14 [PATCH] kbuild: Makefile: remove unnecessary check for m68knommu ARCH Edward Shao
  2012-04-27  4:53 ` Sam Ravnborg
@ 2012-04-27  5:12 ` Geert Uytterhoeven
  2012-04-29 11:22   ` Greg Ungerer
  1 sibling, 1 reply; 5+ messages in thread
From: Geert Uytterhoeven @ 2012-04-27  5:12 UTC (permalink / raw)
  To: Edward Shao; +Cc: linux-kbuild, mmarek, sam, Greg Ungerer

On Fri, Apr 27, 2012 at 05:14, Edward Shao <laface.tw@gmail.com> wrote:
> ARCH is never set to m68knomm.
> make ARCH=m68knomm is not supported anymore.
>
> Signed-off-by: Edward Shao <laface.tw@gmail.com>

Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>

> ---
>  Makefile |    4 ----
>  1 files changed, 0 insertions(+), 4 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index afc868e..6f46cf9 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -231,10 +231,6 @@ endif
>  # Where to locate arch specific headers
>  hdr-arch  := $(SRCARCH)
>
> -ifeq ($(ARCH),m68knommu)
> -       hdr-arch  := m68k
> -endif
> -
>  KCONFIG_CONFIG ?= .config
>  export KCONFIG_CONFIG
>
> --
> 1.7.7.6

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] kbuild: Makefile: remove unnecessary check for m68knommu ARCH
  2012-04-27  5:12 ` Geert Uytterhoeven
@ 2012-04-29 11:22   ` Greg Ungerer
  2012-05-04 22:09     ` Michal Marek
  0 siblings, 1 reply; 5+ messages in thread
From: Greg Ungerer @ 2012-04-29 11:22 UTC (permalink / raw)
  To: Edward Shao; +Cc: Geert Uytterhoeven, linux-kbuild, mmarek, sam, Greg Ungerer

On 04/27/2012 03:12 PM, Geert Uytterhoeven wrote:
> On Fri, Apr 27, 2012 at 05:14, Edward Shao<laface.tw@gmail.com>  wrote:
>> ARCH is never set to m68knomm.
>> make ARCH=m68knomm is not supported anymore.
>>
>> Signed-off-by: Edward Shao<laface.tw@gmail.com>
>
> Acked-by: Geert Uytterhoeven<geert@linux-m68k.org>

Acked-by: Greg Ungerer <gerg@uclinux.org>


>> ---
>> áMakefile | á á4 ----
>> á1 files changed, 0 insertions(+), 4 deletions(-)
>>
>> diff --git a/Makefile b/Makefile
>> index afc868e..6f46cf9 100644
>> --- a/Makefile
>> +++ b/Makefile
>> @@ -231,10 +231,6 @@ endif
>> á# Where to locate arch specific headers
>> áhdr-arch á:= $(SRCARCH)
>>
>> -ifeq ($(ARCH),m68knommu)
>> - á á á hdr-arch á:= m68k
>> -endif
>> -
>> áKCONFIG_CONFIG ?= .config
>> áexport KCONFIG_CONFIG
>>
>> --
>> 1.7.7.6
>
> Gr{oetje,eeting}s,
>
> á á á á á á á á á á á á Geert
>
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
>
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
> á á á á á á á á á á á á á áá áá -- Linus Torvalds
>
>
>


-- 
------------------------------------------------------------------------
Greg Ungerer  --  Principal Engineer        EMAIL:     gerg@snapgear.com
SnapGear Group, McAfee                      PHONE:       +61 7 3435 2888
8 Gardner Close,                            FAX:         +61 7 3891 3630
Milton, QLD, 4064, Australia                WEB: http://www.SnapGear.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] kbuild: Makefile: remove unnecessary check for m68knommu ARCH
  2012-04-29 11:22   ` Greg Ungerer
@ 2012-05-04 22:09     ` Michal Marek
  0 siblings, 0 replies; 5+ messages in thread
From: Michal Marek @ 2012-05-04 22:09 UTC (permalink / raw)
  To: Greg Ungerer
  Cc: Edward Shao, Geert Uytterhoeven, linux-kbuild, sam, Greg Ungerer

On Sun, Apr 29, 2012 at 09:22:00PM +1000, Greg Ungerer wrote:
> On 04/27/2012 03:12 PM, Geert Uytterhoeven wrote:
> >On Fri, Apr 27, 2012 at 05:14, Edward Shao<laface.tw@gmail.com>  wrote:
> >>ARCH is never set to m68knomm.
> >>make ARCH=m68knomm is not supported anymore.
> >>
> >>Signed-off-by: Edward Shao<laface.tw@gmail.com>
> >
> >Acked-by: Geert Uytterhoeven<geert@linux-m68k.org>
> 
> Acked-by: Greg Ungerer <gerg@uclinux.org>

Applied to kbuild.git#kbuild, thanks.

Michal

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-05-04 22:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-27  3:14 [PATCH] kbuild: Makefile: remove unnecessary check for m68knommu ARCH Edward Shao
2012-04-27  4:53 ` Sam Ravnborg
2012-04-27  5:12 ` Geert Uytterhoeven
2012-04-29 11:22   ` Greg Ungerer
2012-05-04 22:09     ` Michal Marek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox