From patchwork Mon May 14 00:10:52 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 10396507 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id DBFF2602B1 for ; Mon, 14 May 2018 00:11:07 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D052928BD3 for ; Mon, 14 May 2018 00:11:07 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C3E852908F; Mon, 14 May 2018 00:11:07 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8484D28BD3 for ; Mon, 14 May 2018 00:11:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751378AbeENAK4 (ORCPT ); Sun, 13 May 2018 20:10:56 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:43568 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751031AbeENAKz (ORCPT ); Sun, 13 May 2018 20:10:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:MIME-Version:Date:Message-ID:Subject:From:Cc:To:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=L0OYp7+y+NXucIXNG5D9I4OI/rMoq5JoT6LKuyltFSE=; b=YpWFgWu/OKJlKhLnS2sPKf0jc zKQFOZJgKELa/dnwm9TKyk27rHPYz12yCKZjzvnryFnIUYUucPvW8V9EZicZaBl9eWPqn6TsQyW23 N4+S4+CPBQXTbU93IbqOB4GCFd2OMRpxnZY59Fc64d24BLvSpzQELynflD+kjwPnUihbnSKItN5CJ f4G5A7YWpQ74nqaiBFnGQS9FeKaTa0Inw7M5tHfc7pPxZCw6BScySEu4wdGXBEbT96sG2DXXe6niN /wggtUXCPYdo88otLrCIJbTiVBiJrs5eJMCqdVLvv3xRF9+ugeEvDXWcbPPKNWUh0ch0xDVECtriV 9hAN4RMKw==; Received: from static-50-53-52-16.bvtn.or.frontiernet.net ([50.53.52.16] helo=midway.dunlab) by bombadil.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1fI14n-0001Kk-17; Mon, 14 May 2018 00:10:53 +0000 To: linux-scsi , Hannes Reinecke Cc: LKML , "James E.J. Bottomley" , "Martin K. Petersen" , Andrew Morton From: Randy Dunlap Subject: [PATCH] scsi: clean up generated file scsi_devinfo_tbl.c Message-ID: <6e64c815-43dd-3945-6c58-66b1e0533403@infradead.org> Date: Sun, 13 May 2018 17:10:52 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 Content-Language: en-US Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Randy Dunlap "make clean" should remove the generated file "scsi_devinfo_tbl.c", so list it in the clean-files variable so that the file gets cleaned up. Fixes: 345e29608b4b ("scsi: scsi: Export blacklist flags to sysfs") Cc: Hannes Reinecke Signed-off-by: Randy Dunlap Reviewed-by: Hannes Reinecke --- drivers/scsi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-4.17-rc4.orig/drivers/scsi/Makefile +++ linux-4.17-rc4/drivers/scsi/Makefile @@ -182,7 +182,7 @@ zalon7xx-objs := zalon.o ncr53c8xx.o NCR_Q720_mod-objs := NCR_Q720.o ncr53c8xx.o # Files generated that shall be removed upon make clean -clean-files := 53c700_d.h 53c700_u.h +clean-files := 53c700_d.h 53c700_u.h scsi_devinfo_tbl.c $(obj)/53c700.o $(MODVERDIR)/$(obj)/53c700.ver: $(obj)/53c700_d.h