Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1512551 > unrolled thread

Re: [PATCH] ARM: mediatek: clean up mach-mediatek/Makefile

Started byMasahiro Yamada <yamada.masahiro@socionext.com>
First post2016-10-31 14:20 +0100
Last post2016-11-01 03:20 +0100
Articles 3 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] ARM: mediatek: clean up mach-mediatek/Makefile Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-10-31 14:20 +0100
    Re: [PATCH] ARM: mediatek: clean up mach-mediatek/Makefile Matthias Brugger <matthias.bgg@gmail.com> - 2016-10-31 22:30 +0100
      Re: [PATCH] ARM: mediatek: clean up mach-mediatek/Makefile Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-11-01 03:20 +0100

#1512551 — Re: [PATCH] ARM: mediatek: clean up mach-mediatek/Makefile

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2016-10-31 14:20 +0100
SubjectRe: [PATCH] ARM: mediatek: clean up mach-mediatek/Makefile
Message-ID<sykFj-2Tc-1@gated-at.bofh.it>
Hi Matthias,


Can you pick up this for your next pull request?



2016-09-19 3:11 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> Kbuild descends into arch/arm/mach-mediatek/Makefile only when
> CONFIG_ARCH_MEDIATEK is enabled.  So, obj-$(CONFIG_ARCH_MEDIATEK)
> is always equivalent to obj-y in this Makefile.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
>
>  arch/arm/mach-mediatek/Makefile | 6 ++----
>  1 file changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/mach-mediatek/Makefile b/arch/arm/mach-mediatek/Makefile
> index 2116460..dadae67 100644
> --- a/arch/arm/mach-mediatek/Makefile
> +++ b/arch/arm/mach-mediatek/Makefile
> @@ -1,4 +1,2 @@
> -ifeq ($(CONFIG_SMP),y)
> -obj-$(CONFIG_ARCH_MEDIATEK) += platsmp.o
> -endif
> -obj-$(CONFIG_ARCH_MEDIATEK) += mediatek.o
> +obj-$(CONFIG_SMP)      += platsmp.o
> +obj-y                  += mediatek.o
> --
> 1.9.1
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel



-- 
Best Regards
Masahiro Yamada

[toc] | [next] | [standalone]


#1512916

FromMatthias Brugger <matthias.bgg@gmail.com>
Date2016-10-31 22:30 +0100
Message-ID<sysjw-7Pf-33@gated-at.bofh.it>
In reply to#1512551

On 10/31/2016 07:15 AM, Masahiro Yamada wrote:
> Hi Matthias,
>
>
> Can you pick up this for your next pull request?
>

Sure, pushed to v4.9-next/kconfig

Next time please don't forget to send your patches to the mediatek 
mailinglist:
linux-mediatek@lists.infradead.org

This makes it easier for me to track the patches.

Thanks,
Matthias

>
>
> 2016-09-19 3:11 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
>> Kbuild descends into arch/arm/mach-mediatek/Makefile only when
>> CONFIG_ARCH_MEDIATEK is enabled.  So, obj-$(CONFIG_ARCH_MEDIATEK)
>> is always equivalent to obj-y in this Makefile.
>>
>> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
>> ---
>>
>>  arch/arm/mach-mediatek/Makefile | 6 ++----
>>  1 file changed, 2 insertions(+), 4 deletions(-)
>>
>> diff --git a/arch/arm/mach-mediatek/Makefile b/arch/arm/mach-mediatek/Makefile
>> index 2116460..dadae67 100644
>> --- a/arch/arm/mach-mediatek/Makefile
>> +++ b/arch/arm/mach-mediatek/Makefile
>> @@ -1,4 +1,2 @@
>> -ifeq ($(CONFIG_SMP),y)
>> -obj-$(CONFIG_ARCH_MEDIATEK) += platsmp.o
>> -endif
>> -obj-$(CONFIG_ARCH_MEDIATEK) += mediatek.o
>> +obj-$(CONFIG_SMP)      += platsmp.o
>> +obj-y                  += mediatek.o
>> --
>> 1.9.1
>>
>>
>> _______________________________________________
>> linux-arm-kernel mailing list
>> linux-arm-kernel@lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
>
>

[toc] | [prev] | [next] | [standalone]


#1513049

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2016-11-01 03:20 +0100
Message-ID<sywQa-2nZ-7@gated-at.bofh.it>
In reply to#1512916
Hi Matthias,

2016-11-01 6:29 GMT+09:00 Matthias Brugger <matthias.bgg@gmail.com>:
>
>
> On 10/31/2016 07:15 AM, Masahiro Yamada wrote:
>>
>> Hi Matthias,
>>
>>
>> Can you pick up this for your next pull request?
>>
>
> Sure, pushed to v4.9-next/kconfig
>
> Next time please don't forget to send your patches to the mediatek
> mailinglist:
> linux-mediatek@lists.infradead.org
>
> This makes it easier for me to track the patches.
>

Sorry about that.


I think I did so, but I am a non-subscriber of linux-mediatek.

As is often the case with moderation, I guess it was just ignored.


-- 
Best Regards
Masahiro Yamada

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web