forked from Archive/PX4-Autopilot
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:
parent
2786239ca6
commit
f60f6d2425
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue