X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_power%2FMakefile;h=6f85e885d97bfc5583b34c479698976b28c9623e;hb=caccf8b318cafcdafe39faa3c5ce3eef67007621;hp=af24daf535ce531ad302120dd7127237c154f8d4;hpb=369991d997e4abdee355e19ffbb41a4d246cafa2;p=dpdk.git diff --git a/lib/librte_power/Makefile b/lib/librte_power/Makefile index af24daf535..6f85e885d9 100644 --- a/lib/librte_power/Makefile +++ b/lib/librte_power/Makefile @@ -14,8 +14,8 @@ EXPORT_MAP := rte_power_version.map LIBABIVER := 1 # all source are stored in SRCS-y -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 +SRCS-$(CONFIG_RTE_LIBRTE_POWER) := rte_power.c power_acpi_cpufreq.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