X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2FMakefile;h=4311f96da6a88e7fd6cf58453850a8e37b2ed448;hb=503f9e8b42562b923e73e908be6ba69964f1f1e7;hp=ebfa0ba817e1974ad08ad3817a01b61da2de75dc;hpb=002ade70e93391ec43bd3653bfac01253343d111;p=dpdk.git diff --git a/app/test/Makefile b/app/test/Makefile index ebfa0ba817..4311f96da6 100644 --- a/app/test/Makefile +++ b/app/test/Makefile @@ -92,13 +92,9 @@ SRCS-y += test_errno.c SRCS-y += test_tailq.c SRCS-y += test_string_fns.c SRCS-y += test_cpuflags.c - -ifeq ($(CONFIG_RTE_EXEC_ENV_BAREMETAL),) SRCS-y += test_mp_secondary.c SRCS-y += test_eal_flags.c SRCS-y += test_eal_fs.c -endif - SRCS-y += test_alarm.c SRCS-y += test_interrupts.c SRCS-y += test_version.c @@ -120,7 +116,8 @@ endif SRCS-$(CONFIG_RTE_LIBRTE_METER) += test_meter.c SRCS-$(CONFIG_RTE_LIBRTE_KNI) += test_kni.c -SRCS-$(CONFIG_RTE_LIBRTE_POWER) += test_power.c +SRCS-$(CONFIG_RTE_LIBRTE_POWER) += test_power.c test_power_acpi_cpufreq.c +SRCS-$(CONFIG_RTE_LIBRTE_POWER) += test_power_kvm_vm.c SRCS-y += test_common.c SRCS-$(CONFIG_RTE_LIBRTE_IVSHMEM) += test_ivshmem.c