move src/firmware/ to platforms

This commit is contained in:
Daniel Agar
2018-01-04 22:12:03 -05:00
parent e5b784736f
commit f2cd5e3e9f
15 changed files with 15 additions and 14 deletions
+2 -2
View File
@@ -30,11 +30,11 @@
# POSSIBILITY OF SUCH DAMAGE.
#
############################################################################
include_directories("../../uORB")
px4_add_module(
MODULE modules__muorb__adsp
COMPILE_FLAGS
INCLUDES
${PX4_SOURCE_DIR}/src/modules/uORB
SRCS
px4muorb.cpp
uORBFastRpcChannel.cpp
+1 -1
View File
@@ -38,7 +38,7 @@ px4_add_module(
MAIN muorb
INCLUDES
${HEXAGON_SDK_INCLUDES}
${PX4_BINARY_DIR}/src/firmware/posix
${PX4_BINARY_DIR}/platforms/posix
SRCS
uORBKraitFastRpcChannel.cpp
px4muorb_KraitRpcWrapper.cpp