Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752013AbdC0Fd2 (ORCPT ); Mon, 27 Mar 2017 01:33:28 -0400 Received: from condef-03.nifty.com ([202.248.20.68]:40592 "EHLO condef-03.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751854AbdC0FdV (ORCPT ); Mon, 27 Mar 2017 01:33:21 -0400 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-06.nifty.com v2R5RoId016942 X-Nifty-SrcIP: [209.85.161.177] MIME-Version: 1.0 In-Reply-To: <1489496093-15315-12-git-send-email-nicolas.dichtel@6wind.com> References: <1489496093-15315-1-git-send-email-nicolas.dichtel@6wind.com> <1489496093-15315-12-git-send-email-nicolas.dichtel@6wind.com> From: Masahiro Yamada Date: Mon, 27 Mar 2017 14:27:49 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v10 11/11] uapi: export all arch specifics directories To: Nicolas Dichtel 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 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1033 Lines: 44 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? Or, not sure if they are still needed? > 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? -- Best Regards Masahiro Yamada