Browse Source

drivers/boards/common: now checks if board has "px4-io" in its name instead of just "io"

sbg
garfieldG 6 years ago committed by Daniel Agar
parent
commit
1958275495
  1. 2
      src/drivers/boards/common/CMakeLists.txt

2
src/drivers/boards/common/CMakeLists.txt

@ -32,7 +32,7 @@ @@ -32,7 +32,7 @@
############################################################################
# common board drivers (currently only for nuttx fmu boards)
if ((${PX4_PLATFORM} MATCHES "nuttx") AND NOT ${PX4_BOARD} MATCHES "io")
if ((${PX4_PLATFORM} MATCHES "nuttx") AND NOT ${PX4_BOARD} MATCHES "px4_io")
add_library(drivers_boards_common
board_crashdump.c

Loading…
Cancel
Save