From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752577AbbFAJzO (ORCPT ); Mon, 1 Jun 2015 05:55:14 -0400 Received: from lhrrgout.huawei.com ([194.213.3.17]:11177 "EHLO lhrrgout.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751552AbbFAJy5 (ORCPT ); Mon, 1 Jun 2015 05:54:57 -0400 From: Wang Nan To: , , , , , , , , , , CC: , , , , Subject: [RFC PATCH v5 01/30] perf tools: Move linux/kernel.h to tools/include Date: Mon, 1 Jun 2015 07:37:47 +0000 Message-ID: <1433144296-74992-2-git-send-email-wangnan0@huawei.com> X-Mailer: git-send-email 1.8.3.4 In-Reply-To: <1433144296-74992-1-git-send-email-wangnan0@huawei.com> References: <1433144296-74992-1-git-send-email-wangnan0@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.107.197.200] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch moves kernel.h from tools/perf/util/include/linux/kernel.h to tools/include/linux/kernel.h to enable other libraries use macros in it, like libbpf which will be introduced by further patches. MANIFEST is also updated for 'make perf-*-src-pkg'. Signed-off-by: Wang Nan --- tools/{perf/util => }/include/linux/kernel.h | 0 tools/perf/MANIFEST | 1 + 2 files changed, 1 insertion(+) rename tools/{perf/util => }/include/linux/kernel.h (100%) diff --git a/tools/perf/util/include/linux/kernel.h b/tools/include/linux/kernel.h similarity index 100% rename from tools/perf/util/include/linux/kernel.h rename to tools/include/linux/kernel.h diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST index a83cf75..fce4a47 100644 --- a/tools/perf/MANIFEST +++ b/tools/perf/MANIFEST @@ -40,6 +40,7 @@ tools/include/linux/bitops.h tools/include/linux/compiler.h tools/include/linux/export.h tools/include/linux/hash.h +tools/include/linux/kernel.h tools/include/linux/log2.h tools/include/linux/types.h include/asm-generic/bitops/arch_hweight.h -- 1.8.3.4