Browse Source

Remove linking of arch_io_pins into drivers_board

This goes the other way around; arch_io_pins is using the pin
definitions from drivers_board, so the drivers_board needs to be linked
into arch_io_pins

Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
master
Jukka Laitinen 3 years ago committed by Daniel Agar
parent
commit
700c13cdff
  1. 1
      boards/ark/can-flow/src/CMakeLists.txt
  2. 1
      boards/ark/can-gps/src/CMakeLists.txt
  3. 1
      boards/ark/can-rtk-gps/src/CMakeLists.txt
  4. 1
      boards/cuav/can-gps-v1/src/CMakeLists.txt
  5. 1
      boards/freefly/can-rtk-gps/src/CMakeLists.txt
  6. 1
      boards/holybro/can-gps-v1/src/CMakeLists.txt
  7. 2
      boards/nxp/ucans32k146/src/CMakeLists.txt
  8. 1
      boards/px4/fmu-v4/src/CMakeLists.txt
  9. 1
      boards/raspberrypi/pico/src/CMakeLists.txt
  10. 1
      boards/uvify/core/src/CMakeLists.txt

1
boards/ark/can-flow/src/CMakeLists.txt

@ -61,6 +61,5 @@ else()
nuttx_arch nuttx_arch
nuttx_drivers nuttx_drivers
px4_layer px4_layer
arch_io_pins
) )
endif() endif()

1
boards/ark/can-gps/src/CMakeLists.txt

@ -63,6 +63,5 @@ else()
nuttx_arch nuttx_arch
nuttx_drivers nuttx_drivers
px4_layer px4_layer
arch_io_pins
) )
endif() endif()

1
boards/ark/can-rtk-gps/src/CMakeLists.txt

@ -63,6 +63,5 @@ else()
nuttx_arch nuttx_arch
nuttx_drivers nuttx_drivers
px4_layer px4_layer
arch_io_pins
) )
endif() endif()

1
boards/cuav/can-gps-v1/src/CMakeLists.txt

@ -61,6 +61,5 @@ else()
nuttx_arch nuttx_arch
nuttx_drivers nuttx_drivers
px4_layer px4_layer
arch_io_pins
) )
endif() endif()

1
boards/freefly/can-rtk-gps/src/CMakeLists.txt

@ -62,6 +62,5 @@ else()
nuttx_arch nuttx_arch
nuttx_drivers nuttx_drivers
px4_layer px4_layer
arch_io_pins
) )
endif() endif()

1
boards/holybro/can-gps-v1/src/CMakeLists.txt

@ -68,6 +68,5 @@ else()
nuttx_arch nuttx_arch
nuttx_drivers nuttx_drivers
px4_layer px4_layer
arch_io_pins
) )
endif() endif()

2
boards/nxp/ucans32k146/src/CMakeLists.txt

@ -45,7 +45,6 @@ if("${PX4_BOARD_LABEL}" STREQUAL "canbootloader")
nuttx_arch nuttx_arch
nuttx_drivers nuttx_drivers
canbootloader canbootloader
arch_io_pins
arch_led_pwm arch_led_pwm
) )
target_include_directories(drivers_board PRIVATE ${PX4_SOURCE_DIR}/platforms/nuttx/src/canbootloader) target_include_directories(drivers_board PRIVATE ${PX4_SOURCE_DIR}/platforms/nuttx/src/canbootloader)
@ -73,6 +72,5 @@ else()
nuttx_drivers # sdio nuttx_drivers # sdio
drivers__led # drv_led_start drivers__led # drv_led_start
px4_layer px4_layer
arch_io_pins
) )
endif() endif()

1
boards/px4/fmu-v4/src/CMakeLists.txt

@ -48,5 +48,4 @@ target_link_libraries(drivers_board
nuttx_arch # sdio nuttx_arch # sdio
nuttx_drivers # sdio nuttx_drivers # sdio
px4_layer px4_layer
arch_io_pins
) )

1
boards/raspberrypi/pico/src/CMakeLists.txt

@ -48,5 +48,4 @@ target_link_libraries(drivers_board
nuttx_arch # sdio nuttx_arch # sdio
nuttx_drivers # sdio nuttx_drivers # sdio
px4_layer px4_layer
arch_io_pins
) )

1
boards/uvify/core/src/CMakeLists.txt

@ -48,5 +48,4 @@ target_link_libraries(drivers_board
nuttx_arch # sdio nuttx_arch # sdio
nuttx_drivers # sdio nuttx_drivers # sdio
px4_layer px4_layer
arch_io_pins
) )

Loading…
Cancel
Save