blob: 9ef002020ea8d42ec9a8360985f2c5381d350347 [file] [log] [blame]
# To avoid a lot of empty CMakeLists.txt files we assume it is not an
# error if it is missing
if(EXISTS ${BOARD_DIR}/CMakeLists.txt)
add_subdirectory(${BOARD_DIR})
endif()