From patchwork Thu Dec 10 16:35:19 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: wang yanqing X-Patchwork-Id: 7819921 Return-Path: X-Original-To: patchwork-linux-kbuild@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 2676EBEEE1 for ; Thu, 10 Dec 2015 16:46:43 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 59BB9205D8 for ; Thu, 10 Dec 2015 16:46:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7E045205D6 for ; Thu, 10 Dec 2015 16:46:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751842AbbLJQqk (ORCPT ); Thu, 10 Dec 2015 11:46:40 -0500 Received: from mail-pa0-f49.google.com ([209.85.220.49]:33255 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750933AbbLJQqk (ORCPT ); Thu, 10 Dec 2015 11:46:40 -0500 Received: by pabur14 with SMTP id ur14so50258322pab.0; Thu, 10 Dec 2015 08:46:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mail-followup-to:mime-version :content-type:content-disposition:user-agent; bh=SqVv9uemAnki/G8S9EFuQK8PlU9CJ2P3WQue5hgb+no=; b=p6zotYlqduyG9nSzb4Ms7i8TsWz0BYDiOqttJx6EfJsCUgizomK0I1q9q8YAYZ8nFy jfOyX67aA/LKWnQqbYj21EYOOCE6QurQoYyxqFlf2RHRZinSo2d1cDh9pFAqI4oKO9wu 06XCM4mq9gyfrI3w3i96Wnkav1lDsYrYk6a98cYONtpwRwFF54ULQPFmUCHx3VN4oe+M 9zDB9QXkZHCHw4nONqv3lQRFyF4aoZ22taLJB4tTV8ILog0T/do1VhpjVdM0xTFxZ8wC Y0iShu8Xd10GRUnWb+bDzyMBd9Zj+W2gGAv7IN9VTHOhQTVpHtUVtJB+GSrFraQVHENH B2+g== X-Received: by 10.66.140.39 with SMTP id rd7mr18005841pab.86.1449765999811; Thu, 10 Dec 2015 08:46:39 -0800 (PST) Received: from udknight.localhost ([218.66.143.113]) by smtp.gmail.com with ESMTPSA id sv8sm19973377pab.13.2015.12.10.08.46.38 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 10 Dec 2015 08:46:39 -0800 (PST) Received: from udknight.localhost (udknight.com [127.0.0.1]) by udknight.localhost (8.14.4/8.14.4) with ESMTP id tBAGZMJV018985; Fri, 11 Dec 2015 00:35:23 +0800 Received: (from root@localhost) by udknight.localhost (8.14.4/8.14.4/Submit) id tBAGZJeU018981; Fri, 11 Dec 2015 00:35:19 +0800 Date: Fri, 11 Dec 2015 00:35:19 +0800 From: Wang YanQing To: mmarek@suse.com Cc: joe@perches.com, xiyou.wangcong@gmail.com, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] Makefile: revert "Makefile: Document ability to make file.lst and file.S" partially Message-ID: <20151210163518.GB18947@udknight> Mail-Followup-To: Wang YanQing , mmarek@suse.com, joe@perches.com, xiyou.wangcong@gmail.com, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.22 (2013-10-16) Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Commit 627189797807 ("Makefile: Document ability to make file.lst and file.S") document ability to make file.S, but there isn't such ability in kbuild, so revert it. Signed-off-by: Wang YanQing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d7e2060..e2d056b 100644 --- a/Makefile +++ b/Makefile @@ -1277,7 +1277,7 @@ help: @echo ' firmware_install- Install all firmware to INSTALL_FW_PATH' @echo ' (default: $$(INSTALL_MOD_PATH)/lib/firmware)' @echo ' dir/ - Build all files in dir and below' - @echo ' dir/file.[oisS] - Build specified target only' + @echo ' dir/file.[ois] - Build specified target only' @echo ' dir/file.lst - Build specified mixed source/assembly target only' @echo ' (requires a recent binutils and recent build (System.map))' @echo ' dir/file.ko - Build module including final link'