From: Alan Carew Date: Tue, 25 Nov 2014 16:18:10 +0000 (+0000) Subject: power: integration of vm power management X-Git-Tag: spdx-start~10070 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=75bf9c8e82eb831bc2594dbd92ae08b89bcee79c;p=dpdk.git power: integration of vm power management librte_power now contains both rte_power_acpi_cpufreq and rte_power_kvm_vm implementations. Signed-off-by: Alan Carew Signed-off-by: Pablo de Lara --- diff --git a/lib/librte_power/Makefile b/lib/librte_power/Makefile index 6185812c11..d672a5a66e 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