From patchwork Sun Jul 13 10:15:29 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yann Droneaud X-Patchwork-Id: 4541001 Return-Path: X-Original-To: patchwork-linux-kbuild@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id B90329F1D6 for ; Sun, 13 Jul 2014 10:21:02 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id CAC7720179 for ; Sun, 13 Jul 2014 10:21:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E59EF20173 for ; Sun, 13 Jul 2014 10:20:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753380AbaGMKU7 (ORCPT ); Sun, 13 Jul 2014 06:20:59 -0400 Received: from smtpfb1-g21.free.fr ([212.27.42.9]:55837 "EHLO smtpfb1-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750941AbaGMKU6 (ORCPT ); Sun, 13 Jul 2014 06:20:58 -0400 Received: from smtp5-g21.free.fr (smtp5-g21.free.fr [212.27.42.5]) by smtpfb1-g21.free.fr (Postfix) with ESMTP id 83873794DD1; Sun, 13 Jul 2014 12:20:53 +0200 (CEST) Received: from localhost.localdomain (unknown [IPv6:2a01:e35:2e9f:6ac0:c150:67e5:c43a:f7b3]) by smtp5-g21.free.fr (Postfix) with ESMTP id C184CD48050; Sun, 13 Jul 2014 12:20:30 +0200 (CEST) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.14.8/8.14.7) with ESMTP id s6DAJ0OJ016500; Sun, 13 Jul 2014 12:19:15 +0200 Received: (from ydroneaud@localhost) by localhost.localdomain (8.14.8/8.14.8/Submit) id s6DAIvW5016499; Sun, 13 Jul 2014 12:18:57 +0200 From: Yann Droneaud To: linux-kbuild@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Yann Droneaud , "Kirill A. Shutemov" , Michal Marek , David Woodhouse , Rob Landley , Sam Ravnborg Subject: [PATCHv1 1/2] Documentation: headers_install.txt is part of kbuild Date: Sun, 13 Jul 2014 12:15:29 +0200 Message-Id: X-Mailer: git-send-email 1.9.3 In-Reply-To: References: In-Reply-To: References: <20140709204915.GB32335@ravnborg.org> 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.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, 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 'headers_install.txt' from Documentation/make/ is related to Kbuild so it must be moved in Documentation/kbuild/ directory. As Documentation/make/ directory has only one file, it will be removed as a consequence of moving 'headers_install.txt'. Cc: Kirill A. Shutemov Cc: Michal Marek Cc: David Woodhouse Cc: Rob Landley Cc: Sam Ravnborg Signed-off-by: Yann Droneaud Acked-by: Sam Ravnborg --- Documentation/kbuild/00-INDEX | 2 ++ Documentation/{make => kbuild}/headers_install.txt | 0 2 files changed, 2 insertions(+) rename Documentation/{make => kbuild}/headers_install.txt (100%) diff --git a/Documentation/make/headers_install.txt b/Documentation/kbuild/headers_install.txt similarity index 100% rename from Documentation/make/headers_install.txt rename to Documentation/kbuild/headers_install.txt diff --git a/Documentation/kbuild/00-INDEX b/Documentation/kbuild/00-INDEX index e8d2b6d83a3d..8c5e6aa78004 100644 --- a/Documentation/kbuild/00-INDEX +++ b/Documentation/kbuild/00-INDEX @@ -1,5 +1,7 @@ 00-INDEX - this file: info on the kernel build process +headers_install.txt + - how to export Linux headers for use by userspace kbuild.txt - developer information on kbuild kconfig.txt