X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=app%2Ftest%2FMakefile;h=4311f96da6a88e7fd6cf58453850a8e37b2ed448;hp=4b03f008bc8b8166053594f10e72e591e8212a58;hb=503f9e8b42562b923e73e908be6ba69964f1f1e7;hpb=f9462cf0b948fff3b3c5b4c05e4386bfe6715a2b diff --git a/app/test/Makefile b/app/test/Makefile index 4b03f008bc..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