mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-17 15:20:35 +08:00
move src/firmware/ to platforms
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user