Removing shmem_posix.c from the unit testing since param_shmem_test is disabled.

This commit is contained in:
jwilson
2016-06-20 18:36:56 -07:00
committed by Julian Oes
parent a2c16a3b5e
commit 1091319274

View File

@@ -98,7 +98,6 @@ add_library(px4_platform
${PX4_SRC}/platforms/posix/px4_layer/px4_posix_impl.cpp ${PX4_SRC}/platforms/posix/px4_layer/px4_posix_impl.cpp
${PX4_SRC}/platforms/posix/px4_layer/px4_posix_tasks.cpp ${PX4_SRC}/platforms/posix/px4_layer/px4_posix_tasks.cpp
${PX4_SRC}/platforms/posix/px4_layer/px4_sem.cpp ${PX4_SRC}/platforms/posix/px4_layer/px4_sem.cpp
${PX4_SRC}/platforms/posix/px4_layer/shmem_posix.c
${PX4_SRC}/platforms/posix/work_queue/dq_addlast.c ${PX4_SRC}/platforms/posix/work_queue/dq_addlast.c
${PX4_SRC}/platforms/posix/work_queue/dq_rem.c ${PX4_SRC}/platforms/posix/work_queue/dq_rem.c
${PX4_SRC}/platforms/posix/work_queue/dq_remfirst.c ${PX4_SRC}/platforms/posix/work_queue/dq_remfirst.c