From patchwork Thu Aug 3 23:28:09 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?TWljaGHFgiBNaXJvc8WCYXc=?= X-Patchwork-Id: 9880069 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 07AB760311 for ; Thu, 3 Aug 2017 23:28:15 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 02D6428591 for ; Thu, 3 Aug 2017 23:28:15 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EC1112863E; Thu, 3 Aug 2017 23:28:14 +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.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_HI autolearn=ham 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 9C53228591 for ; Thu, 3 Aug 2017 23:28:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752001AbdHCX2N (ORCPT ); Thu, 3 Aug 2017 19:28:13 -0400 Received: from rere.qmqm.pl ([91.227.64.183]:35142 "EHLO rere.qmqm.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751940AbdHCX2L (ORCPT ); Thu, 3 Aug 2017 19:28:11 -0400 Received: from remote.user (localhost [127.0.0.1]) by rere.qmqm.pl (Postfix) with ESMTPSA id 943F1186; Fri, 4 Aug 2017 01:28:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=rere.qmqm.pl; s=1; t=1501802889; bh=GvwGINkDt3+z4w5x5QPMIc3vWEf1RfPzA0MlPjFFjvY=; h=Date:In-Reply-To:References:From:Subject:To:Cc:From; b=pi6Z2/QnpaWhktW4kK5z+UHu290wizpVGX4olEtfLWeiC5HnBKWjefuiA+hVvj30p AdJoH9Iv4Vqbh+l82JxN6kaxJr08R1983BR/yjBCi1JcT41IxceP5eRwRPvZqP+FLf NwO2o7GQu07tmdZsqV+MMKGUgSbPnSxey2XIgGRWSDAoK+n9utoFlBdcIOCojuZcqP 3j7ZBBWM2xNx2Qq2uAUcej7SAHyICm9Sjq7p5zdB2bfQdtrA8ixvyYxPQ5AeT1Qc2s i9vmvWp1U06b/Z6LFXo1Mc+XW7T9rDvfD3iixAtTG5jRB2j0STTl5XN8qZAbdQnMcT L70hNhq2GDx9A== X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.99.2 at rere Date: Fri, 04 Aug 2017 01:28:09 +0200 Message-Id: <759ba18717a785f8875b74efe01ba26920d55006.1501802727.git.mirq-linux@rere.qmqm.pl> In-Reply-To: References: From: =?UTF-8?q?Micha=C5=82=20Miros=C5=82aw?= Subject: [PATCH v2 3/5] aic7xxx: remove rules for shipped files MIME-Version: 1.0 To: Hannes Reinecke , "James E.J. Bottomley" , "Martin K. Petersen" Cc: linux-scsi@vger.kernel.org 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 There are Kbuild rules for that already. Signed-off-by: Michał Mirosław Reviewed-by: Hannes Reinecke --- drivers/scsi/aic7xxx/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/scsi/aic7xxx/Makefile b/drivers/scsi/aic7xxx/Makefile index b03ba0df7a83..1a5509d40f8a 100644 --- a/drivers/scsi/aic7xxx/Makefile +++ b/drivers/scsi/aic7xxx/Makefile @@ -61,8 +61,6 @@ $(obj)/aic7xxx_seq.h: $(src)/aic7xxx.seq $(src)/aic7xxx.reg $(obj)/aicasm/aicasm $(aic7xxx-gen-y): $(objtree)/$(obj)/aic7xxx_seq.h @true -else -$(obj)/aic7xxx_reg_print.c: $(src)/aic7xxx_reg_print.c_shipped endif aic79xx-gen-$(CONFIG_AIC79XX_BUILD_FIRMWARE) := $(obj)/aic79xx_reg.h @@ -79,8 +77,6 @@ $(obj)/aic79xx_seq.h: $(src)/aic79xx.seq $(src)/aic79xx.reg $(obj)/aicasm/aicasm $(aic79xx-gen-y): $(objtree)/$(obj)/aic79xx_seq.h @true -else -$(obj)/aic79xx_reg_print.c: $(src)/aic79xx_reg_print.c_shipped endif $(obj)/aicasm/aicasm: $(srctree)/$(src)/aicasm/*.[chyl]