Hi Masahiro, Le 27/03/2017 à 07:27, Masahiro Yamada a écrit : > Hi Nicolas, > > > 2017-03-14 21:54 GMT+09:00 Nicolas Dichtel <nicolas.dichtel@xxxxxxxxx>: >> 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