X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_power%2FMakefile;h=cee95cd841c4a069cd05341d1b9afefe1df875a7;hb=2b9fb6319d8bed13f15b3ecac2c738b94ca5565b;hp=6185812c11a058fb625af4ba0efd881564e5b5d0;hpb=3031749c2df04a63cdcef186dcce3781e61436e8;p=dpdk.git diff --git a/lib/librte_power/Makefile b/lib/librte_power/Makefile index 6185812c11..cee95cd841 100644 --- a/lib/librte_power/Makefile +++ b/lib/librte_power/Makefile @@ -36,8 +36,13 @@ LIB = librte_power.a CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) -O3 -fno-strict-aliasing +EXPORT_MAP := rte_power_version.map + +LIBABIVER := 1 + # 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