forked from Archive/PX4-Autopilot
Merge branch 'master' of github.com:PX4/Firmware into ram_cleanup
This commit is contained in:
commit
414a5366c0
|
@ -168,6 +168,8 @@ set(config_io_board
|
|||
|
||||
set(config_extra_libs
|
||||
${CMAKE_SOURCE_DIR}/src/lib/mathlib/CMSIS/libarm_cortexM4lf_math.a
|
||||
libuavcan.a
|
||||
libuavcan_stm32_driver.a
|
||||
)
|
||||
|
||||
set(config_io_extra_libs
|
||||
|
|
|
@ -40,8 +40,6 @@ target_link_libraries(firmware_nuttx
|
|||
${module_libraries}
|
||||
${config_extra_libs}
|
||||
${link_libs}
|
||||
libuavcan_stm32_driver.a
|
||||
libuavcan.a
|
||||
-Wl,--end-group)
|
||||
|
||||
add_custom_target(check_weak
|
||||
|
|
Loading…
Reference in New Issue