From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <alan.carew@intel.com>
Received: from mga11.intel.com (mga11.intel.com [192.55.52.93])
 by dpdk.org (Postfix) with ESMTP id C8F62212
 for <dev@dpdk.org>; Mon, 29 Sep 2014 17:12:08 +0200 (CEST)
Received: from fmsmga003.fm.intel.com ([10.253.24.29])
 by fmsmga102.fm.intel.com with ESMTP; 29 Sep 2014 08:18:44 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="4.97,862,1389772800"; d="scan'208";a="393080094"
Received: from sie-lab-212-143.ir.intel.com (HELO
 silpixa00385294.ir.intel.com) ([10.237.212.143])
 by FMSMGA003.fm.intel.com with ESMTP; 29 Sep 2014 08:12:29 -0700
From: Alan Carew <alan.carew@intel.com>
To: dev@dpdk.org
Date: Mon, 29 Sep 2014 16:18:22 +0100
Message-Id: <1412003903-9061-10-git-send-email-alan.carew@intel.com>
X-Mailer: git-send-email 1.9.3
In-Reply-To: <1412003903-9061-1-git-send-email-alan.carew@intel.com>
References: <1411579576-21786-1-git-send-email-alan.carew@intel.com>
 <1412003903-9061-1-git-send-email-alan.carew@intel.com>
Subject: [dpdk-dev] [PATCH v3 09/10] Build system integration for VM Power
	Management(Guest and Host)
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 29 Sep 2014 15:12:11 -0000

librte_power now contains both rte_power_acpi_cpufreq and rte_power_kvm_vm
implementations.

Signed-off-by: Alan Carew <alan.carew@intel.com>
---
 lib/librte_power/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/librte_power/Makefile b/lib/librte_power/Makefile
index 6185812..d672a5a 100644
--- a/lib/librte_power/Makefile
+++ b/lib/librte_power/Makefile
@@ -37,7 +37,8 @@ LIB = librte_power.a
 CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) -O3 -fno-strict-aliasing
 
 # all source are stored in SRCS-y
-SRCS-$(CONFIG_RTE_LIBRTE_POWER) := rte_power.c
+SRCS-$(CONFIG_RTE_LIBRTE_POWER) := rte_power.c rte_power_acpi_cpufreq.c
+SRCS-$(CONFIG_RTE_LIBRTE_POWER) += rte_power_kvm_vm.c guest_channel.c
 
 # install this header file
 SYMLINK-$(CONFIG_RTE_LIBRTE_POWER)-include := rte_power.h
-- 
1.9.3