Remove px4_work_queue from the kernel side LD command

The comment is right, it is not needed -> get rid of it
This commit is contained in:
Ville Juven 2022-06-22 15:05:01 +03:00 committed by Daniel Agar
parent 2786239ca6
commit f60f6d2425
1 changed files with 0 additions and 1 deletions

View File

@ -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