From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Dichtel Subject: Re: [PATCH v10 11/11] uapi: export all arch specifics directories Date: Mon, 27 Mar 2017 11:42:36 +0200 Message-ID: References: <1489496093-15315-1-git-send-email-nicolas.dichtel@6wind.com> <1489496093-15315-12-git-send-email-nicolas.dichtel@6wind.com> Reply-To: nicolas.dichtel@6wind.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: Sender: linux-kbuild-owner@vger.kernel.org To: Masahiro Yamada Cc: Arnd Bergmann , Michal Marek , Linux Kbuild mailing list , Linux Kernel Mailing List , linux-arch@vger.kernel.org, David Airlie , "David S. Miller" , Russell King , bp@alien8.de, slash.tmp@free.fr, Daniel Vetter , rmk+kernel@armlinux.org.uk, msalter@redhat.com, jengelh@inai.de, hch@infradead.org, Tobias Klauser , mpe@ellerman.id.au, Ingo Molnar , Thomas Gleixner , "Dmitry V. Levin" , Herbert Xu , linux-rdma@vger.kernel.org List-Id: linux-arch.vger.kernel.org Hi Masahiro, Le 27/03/2017 à 07:27, Masahiro Yamada a écrit : > Hi Nicolas, > > > 2017-03-14 21:54 GMT+09:00 Nicolas Dichtel : >> diff --git a/arch/cris/include/uapi/asm/Kbuild b/arch/cris/include/uapi/asm/Kbuild >> index d0c5471856e0..b15bf6bc0e94 100644 >> --- a/arch/cris/include/uapi/asm/Kbuild >> +++ b/arch/cris/include/uapi/asm/Kbuild >> @@ -1,5 +1,2 @@ >> # UAPI Header export list >> include include/uapi/asm-generic/Kbuild.asm >> - >> -subdir-y += ../arch-v10/arch/ >> -subdir-y += ../arch-v32/arch/ > > > Can you remove > arch/cris/include/arch-v32/arch/Kbuild > arch/cris/include/arch-v10/arch/Kbuild > as well? Ok. > > Or, not sure if they are still needed? I don't think so. Have a look to 77c8006d8df4 ("UAPI: Fix up empty files in arch/cris/") for more details. > > > >> diff --git a/arch/tile/include/uapi/asm/Kbuild b/arch/tile/include/uapi/asm/Kbuild >> index e0a50111e07f..0c74c3c5ebfa 100644 >> --- a/arch/tile/include/uapi/asm/Kbuild >> +++ b/arch/tile/include/uapi/asm/Kbuild >> @@ -2,5 +2,3 @@ >> include include/uapi/asm-generic/Kbuild.asm >> >> generic-y += ucontext.h >> - >> -subdir-y += ../arch > > Can you remove arch/tile/include/arch/Kbuild as well? Ok. Because this removal is not directly related to this patch, I will add another patch in the series. Regards, Nicolas From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f174.google.com ([209.85.128.174]:35488 "EHLO mail-wr0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751908AbdC0Js7 (ORCPT ); Mon, 27 Mar 2017 05:48:59 -0400 Received: by mail-wr0-f174.google.com with SMTP id u1so47870621wra.2 for ; Mon, 27 Mar 2017 02:48:53 -0700 (PDT) Reply-To: nicolas.dichtel@6wind.com Subject: Re: [PATCH v10 11/11] uapi: export all arch specifics directories References: <1489496093-15315-1-git-send-email-nicolas.dichtel@6wind.com> <1489496093-15315-12-git-send-email-nicolas.dichtel@6wind.com> From: Nicolas Dichtel Message-ID: Date: Mon, 27 Mar 2017 11:42:36 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-arch-owner@vger.kernel.org List-ID: To: Masahiro Yamada Cc: Arnd Bergmann , Michal Marek , Linux Kbuild mailing list , Linux Kernel Mailing List , linux-arch@vger.kernel.org, David Airlie , "David S. Miller" , Russell King , bp@alien8.de, slash.tmp@free.fr, Daniel Vetter , rmk+kernel@armlinux.org.uk, msalter@redhat.com, jengelh@inai.de, hch@infradead.org, Tobias Klauser , mpe@ellerman.id.au, Ingo Molnar , Thomas Gleixner , "Dmitry V. Levin" , Herbert Xu , linux-rdma@vger.kernel.org Message-ID: <20170327094236.DKM8gP8RKuOvjcmVk7jbo8HZOV6pQf1RE-bnuXpnlw0@z> Hi Masahiro, Le 27/03/2017 à 07:27, Masahiro Yamada a écrit : > Hi Nicolas, > > > 2017-03-14 21:54 GMT+09:00 Nicolas Dichtel : >> diff --git a/arch/cris/include/uapi/asm/Kbuild b/arch/cris/include/uapi/asm/Kbuild >> index d0c5471856e0..b15bf6bc0e94 100644 >> --- a/arch/cris/include/uapi/asm/Kbuild >> +++ b/arch/cris/include/uapi/asm/Kbuild >> @@ -1,5 +1,2 @@ >> # UAPI Header export list >> include include/uapi/asm-generic/Kbuild.asm >> - >> -subdir-y += ../arch-v10/arch/ >> -subdir-y += ../arch-v32/arch/ > > > Can you remove > arch/cris/include/arch-v32/arch/Kbuild > arch/cris/include/arch-v10/arch/Kbuild > as well? Ok. > > Or, not sure if they are still needed? I don't think so. Have a look to 77c8006d8df4 ("UAPI: Fix up empty files in arch/cris/") for more details. > > > >> diff --git a/arch/tile/include/uapi/asm/Kbuild b/arch/tile/include/uapi/asm/Kbuild >> index e0a50111e07f..0c74c3c5ebfa 100644 >> --- a/arch/tile/include/uapi/asm/Kbuild >> +++ b/arch/tile/include/uapi/asm/Kbuild >> @@ -2,5 +2,3 @@ >> include include/uapi/asm-generic/Kbuild.asm >> >> generic-y += ucontext.h >> - >> -subdir-y += ../arch > > Can you remove arch/tile/include/arch/Kbuild as well? Ok. Because this removal is not directly related to this patch, I will add another patch in the series. Regards, Nicolas