Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752869AbcKHHpl (ORCPT ); Tue, 8 Nov 2016 02:45:41 -0500 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:33370 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751732AbcKHHph (ORCPT ); Tue, 8 Nov 2016 02:45:37 -0500 Date: Tue, 8 Nov 2016 08:45:28 +0100 From: Heiko Carstens To: Masahiro Yamada Cc: Martin Schwidefsky , linux-s390@vger.kernel.org, Paul Bolle , linux-kernel@vger.kernel.org Subject: Re: [PATCH] s390: remove unneeded dependency for gen_facilities References: <1478570147-30873-1-git-send-email-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1478570147-30873-1-git-send-email-yamada.masahiro@socionext.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16110807-0024-0000-0000-000002436514 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 16110807-0025-0000-0000-00002116A9A6 Message-Id: <20161108074528.GB3528@osiris> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-11-08_03:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1609300000 definitions=main-1611080143 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 878 Lines: 27 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 changed, 2 deletions(-) > > diff --git a/arch/s390/tools/Makefile b/arch/s390/tools/Makefile > index 6d9814c..4b5e1e4 100644 > --- a/arch/s390/tools/Makefile > +++ b/arch/s390/tools/Makefile > @@ -9,7 +9,5 @@ define filechk_facilities.h > $(obj)/gen_facilities > endef > > -$(obj)/gen_facilities.o: $(srctree)/arch/s390/tools/gen_facilities.c > - > include/generated/facilities.h: $(obj)/gen_facilities FORCE > $(call filechk,facilities.h) Acked-by: Heiko Carstens Martin, can you pick this one up too, please?