From f60f6d2425a385df279ce5efe505cba709fa351c Mon Sep 17 00:00:00 2001 From: Ville Juven Date: Wed, 22 Jun 2022 15:05:01 +0300 Subject: [PATCH] Remove px4_work_queue from the kernel side LD command The comment is right, it is not needed -> get rid of it --- platforms/nuttx/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/platforms/nuttx/CMakeLists.txt b/platforms/nuttx/CMakeLists.txt index 1cbad52cd0..02556996e0 100644 --- a/platforms/nuttx/CMakeLists.txt +++ b/platforms/nuttx/CMakeLists.txt @@ -175,7 +175,6 @@ if (NOT CONFIG_BUILD_FLAT) -Wl,--start-group ${nuttx_libs} ${kernel_module_libraries} - px4_work_queue # TODO, this shouldn't be needed here? -Wl,--end-group m