Browse Source

platforms/nuttx/src/px4/common/CMakeLists.txt: Link px4_layer to nuttx_mm for gran allocators

Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
master
Jukka Laitinen 3 years ago committed by Daniel Agar
parent
commit
70704ff9d6
  1. 1
      platforms/nuttx/src/px4/common/CMakeLists.txt

1
platforms/nuttx/src/px4/common/CMakeLists.txt

@ -58,6 +58,7 @@ if(NOT PX4_BOARD MATCHES "io-v2") @@ -58,6 +58,7 @@ if(NOT PX4_BOARD MATCHES "io-v2")
arch_version
nuttx_apps
nuttx_sched
nuttx_mm
px4_work_queue
uORB
)

Loading…
Cancel
Save