From patchwork Mon Nov 12 04:01:25 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 10678097 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3A7AA14BD for ; Mon, 12 Nov 2018 04:02:16 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 209232A11D for ; Mon, 12 Nov 2018 04:02:16 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 10D482A122; Mon, 12 Nov 2018 04:02:16 +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.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,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 6EEE42A11D for ; Mon, 12 Nov 2018 04:02:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730138AbeKLNxc (ORCPT ); Mon, 12 Nov 2018 08:53:32 -0500 Received: from conuserg-10.nifty.com ([210.131.2.77]:46685 "EHLO conuserg-10.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726801AbeKLNxc (ORCPT ); Mon, 12 Nov 2018 08:53:32 -0500 Received: from pug.e01.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-10.nifty.com with ESMTP id wAC41xir030487; Mon, 12 Nov 2018 13:01:59 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-10.nifty.com wAC41xir030487 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1541995320; bh=xF+7SkazDq4cdU6JomuI/6Nri05HwPm8HbqEPm3cCaw=; h=From:To:Cc:Subject:Date:From; b=DT0fGchNdfExhRr3o0bE5qNDHNfP5ZrIxfaPXnCw+4E/Lb263ApKkW5dJ0EYcthGl MLEyQvpenmplzOQ5P1a+EGBu7pkO394DWugyLGonrQspKtRnFOd3uoL0f4Va6XQnw1 PgEosk9aAZ/nCI+sNN0ma1gYZodGY6093mVDj529Eq9UnaIbAzJy4Mml9Ez4zd+3GH ILRsYl3UPO5b7C+JEnLpFjBfAj8qRDrK3NUSF4i7YSOl6FGmzT80DzIDz8N9E+TXkG +/YazXF/lLISTFmCRXQMMy9FkruKZk7T0A/DCUEDOClsl4C356ostYl29FeIk9dP+S XBEKJoNGWEiOw== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: linux-kbuild@vger.kernel.org Cc: Masahiro Yamada , Michal Marek , linux-kernel@vger.kernel.org Subject: [PATCH] kbuild: remove 'prepare' and 'scripts' dummies for external module build Date: Mon, 12 Nov 2018 13:01:25 +0900 Message-Id: <1541995285-11144-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Make is lenient enough to ignore missing rules as long as they are marked as PHONY. Remove dummy targets. Signed-off-by: Masahiro Yamada --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 766a64e..7508243 100644 --- a/Makefile +++ b/Makefile @@ -1610,10 +1610,7 @@ help: @echo ' clean - remove generated files in module directory only' @echo '' -# Dummies... PHONY += prepare scripts -prepare: ; -scripts: ; endif # KBUILD_EXTMOD clean: $(clean-dirs)