From patchwork Tue Nov 13 13:56:05 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: hc0606@gmail.com X-Patchwork-Id: 1734251 Return-Path: X-Original-To: patchwork-linux-kbuild@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 9E6093FC64 for ; Tue, 13 Nov 2012 13:57:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754563Ab2KMN5Z (ORCPT ); Tue, 13 Nov 2012 08:57:25 -0500 Received: from mail-da0-f46.google.com ([209.85.210.46]:45508 "EHLO mail-da0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754540Ab2KMN5Y (ORCPT ); Tue, 13 Nov 2012 08:57:24 -0500 Received: by mail-da0-f46.google.com with SMTP id n41so3218942dak.19 for ; Tue, 13 Nov 2012 05:57:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=wSeZtuhIdCs2St5we2kAHjtUfRoAU76axc7Kz2GJDbk=; b=CfiQWus22k9ZUVIBE77J4xT/4JyZYcsOmDUw0AexCDM5QpRq2gcHBAPLqvFceY0WW6 HLJOwUdmlk+HPGh+ls+pjtuvWi57yr5PBRNw/YR7TWxuvfBbB3RY9IpGNEKrQGOpXdSO 6bWTZQxJcwbE8z2bDczNfwkE4f1DphXUr/P+sqkgZna62zqePXzReF1ICTTxYOpfs/jz pLGULccOOWqZjKvohLMPf4BQ9PkYLHAfA20duNNKuA2M6dY7R6tdNkvQSNlU8tZ/CeWD 2KOZm7Y8pCVqWle1NfSgYbt4QTToe5QBN/MjCsJFpHScxilyGpmUxQCiUxxKnb92Gp4P vnSA== Received: by 10.68.243.72 with SMTP id ww8mr13146837pbc.56.1352815043798; Tue, 13 Nov 2012 05:57:23 -0800 (PST) Received: from localhost.localdomain ([122.96.64.132]) by mx.google.com with ESMTPS id hs2sm3425600pbc.22.2012.11.13.05.57.19 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 13 Nov 2012 05:57:22 -0800 (PST) From: hc0606@gmail.com To: mmarek@suse.cz, rob@landley.net Cc: linux-kbuild@vger.kernel.org, linux-doc@vger.kernel.org, hanc.fnst@cn.fujitsu.com, Han Cheng Subject: [PATCH 1/1] Documentation: Fix example directories arch problem Date: Tue, 13 Nov 2012 21:56:05 +0800 Message-Id: <1352814965-28502-1-git-send-email-hc0606@gmail.com> X-Mailer: git-send-email 1.7.1 Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org From: Han Cheng The example directories arch is not consistent with the kbuild, fix it. Signed-off-by: Han Cheng --- Documentation/kbuild/modules.txt | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/kbuild/modules.txt b/Documentation/kbuild/modules.txt index 3fb39e0..8312f07 100644 --- a/Documentation/kbuild/modules.txt +++ b/Documentation/kbuild/modules.txt @@ -355,9 +355,9 @@ according to the following rule: |__ src | |__ complex_main.c | |__ hal - | |__ hardwareif.c - | |__ include - | |__ hardwareif.h + | |__ hardwareif.c + | |__ include + | |__ hardwareif.h |__ include |__ complex.h