X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_power%2FMakefile;h=6f85e885d97bfc5583b34c479698976b28c9623e;hb=d98f9d5c866d2e3b6f2229929de369b7fcd9fef3;hp=686d54038842e067c9c4c6162f41cebab2b295ea;hpb=d69dc8476dcb1a517505b8b505494c8c5e3cc881;p=dpdk.git diff --git a/lib/librte_power/Makefile b/lib/librte_power/Makefile index 686d540388..6f85e885d9 100644 --- a/lib/librte_power/Makefile +++ b/lib/librte_power/Makefile @@ -15,7 +15,7 @@ LIBABIVER := 1 # all source are stored in SRCS-y SRCS-$(CONFIG_RTE_LIBRTE_POWER) := rte_power.c power_acpi_cpufreq.c -SRCS-$(CONFIG_RTE_LIBRTE_POWER) += rte_power_kvm_vm.c guest_channel.c +SRCS-$(CONFIG_RTE_LIBRTE_POWER) += power_kvm_vm.c guest_channel.c # install this header file SYMLINK-$(CONFIG_RTE_LIBRTE_POWER)-include := rte_power.h