Re: [PATCH] s390: remove unneeded dependency for gen_facilities

2016-11-08 Thread Martin Schwidefsky
On Tue, 8 Nov 2016 08:45:28 +0100 Heiko Carstens wrote: > On Tue, Nov 08, 2016 at 10:55:47AM +0900, Masahiro Yamada wrote: > > The dependency between the object and the source is handled by > > scripts/Makefile.host, so only "hostprogs-y += gen_facilities" > > is fine. > > > > Signed-off-by: Mas

Re: [PATCH] s390: remove unneeded dependency for gen_facilities

2016-11-07 Thread Heiko Carstens
On Tue, Nov 08, 2016 at 10:55:47AM +0900, Masahiro Yamada wrote: > The dependency between the object and the source is handled by > scripts/Makefile.host, so only "hostprogs-y += gen_facilities" > is fine. > > Signed-off-by: Masahiro Yamada > --- > > arch/s390/tools/Makefile | 2 -- > 1 file ch