From 70704ff9d6f8d9af7047a1cbd8585d5632d3cfb6 Mon Sep 17 00:00:00 2001 From: Jukka Laitinen Date: Thu, 27 Jan 2022 14:31:13 +0200 Subject: [PATCH] platforms/nuttx/src/px4/common/CMakeLists.txt: Link px4_layer to nuttx_mm for gran allocators Signed-off-by: Jukka Laitinen --- platforms/nuttx/src/px4/common/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/platforms/nuttx/src/px4/common/CMakeLists.txt b/platforms/nuttx/src/px4/common/CMakeLists.txt index 29164bf6ce7..8a2d7ebdf11 100644 --- a/platforms/nuttx/src/px4/common/CMakeLists.txt +++ b/platforms/nuttx/src/px4/common/CMakeLists.txt @@ -58,6 +58,7 @@ if(NOT PX4_BOARD MATCHES "io-v2") arch_version nuttx_apps nuttx_sched + nuttx_mm px4_work_queue uORB )