From patchwork Wed Jul 4 19:59:16 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 10507591 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 B5767601D7 for ; Wed, 4 Jul 2018 19:59:19 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id ACE6A28BE3 for ; Wed, 4 Jul 2018 19:59:19 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A173F28D47; Wed, 4 Jul 2018 19:59:19 +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=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 46B0E28BE3 for ; Wed, 4 Jul 2018 19:59:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752740AbeGDT7S (ORCPT ); Wed, 4 Jul 2018 15:59:18 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:53146 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752794AbeGDT7S (ORCPT ); Wed, 4 Jul 2018 15:59:18 -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=9VpWxNpkpRhpDCCbZ6I13oYfyCKA+f8JqHd3mEp4qZY=; b=lxcEwKDToSl7rknUwUS9LPDru t+miXp8TbDK2XwCbwNziKuTwZGfs40d59nEaNuRc1i+ggnXAKCTOV+8ZFSVrthK49Cn+RvIEW9Oe5 wMbAA3ROBLlqBg9qozih0qkLW2F5vqCX5Jfy9fV6okn2JVNAL53ifWeLAUA9uGy58Jydt6JbhstR+ gqNJunJOz+PRNum3XOzjVU11t3277u9XT2pIhWRKJ4jm8A/UaKVWSq/NsQWEPFTNKopCGUG8f4ern 733v0eIOV/tnWdvMNjJsazFGaxfu491xEs2mreCWY9HCT8stmHqsHh0YEJKGCJu3UIFSceDlh1hOx QBdffHrcQ==; 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 1fanvp-0000CU-Qv; Wed, 04 Jul 2018 19:59:17 +0000 To: linux-kbuild , Masahiro Yamada Cc: LKML From: Randy Dunlap Subject: [PATCH] kbuild: delete INSTALL_FW_PATH from kbuild documentation Message-ID: <6477e1be-6686-582b-35b5-72e9f677619f@infradead.org> Date: Wed, 4 Jul 2018 12:59:16 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 Content-Language: en-US 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 From: Randy Dunlap Removed Kbuild documentation for INSTALL_FW_PATH. The kbuild symbol INSTALL_FW_PATH was removed from Kbuild tools in September 2014 (for 4.14) but the symbol was not deleted from the kbuild documentation, so do that now. Fixes: 5620a0d1aac ("firmware: delete in-kernel firmware") Signed-off-by: Randy Dunlap Cc: stable@vger.kernel.org # 4.14 and later Cc: Greg Kroah-Hartman --- Documentation/kbuild/kbuild.txt | 9 --------- 1 file changed, 9 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- linux-next-20180704.orig/Documentation/kbuild/kbuild.txt +++ linux-next-20180704/Documentation/kbuild/kbuild.txt @@ -149,15 +149,6 @@ stripped after they are installed. If I the default option --strip-debug will be used. Otherwise, INSTALL_MOD_STRIP value will be used as the options to the strip command. -INSTALL_FW_PATH --------------------------------------------------- -INSTALL_FW_PATH specifies where to install the firmware blobs. -The default value is: - - $(INSTALL_MOD_PATH)/lib/firmware - -The value can be overridden in which case the default value is ignored. - INSTALL_HDR_PATH -------------------------------------------------- INSTALL_HDR_PATH specifies where to install user space headers when