# Add set(CONFIG_USE_component_log_backend_debugconsole_lite true) in config.cmake to use this component include_guard(GLOBAL) message("${CMAKE_CURRENT_LIST_FILE} component is included.") if(CONFIG_USE_driver_common AND CONFIG_USE_component_log AND CONFIG_USE_utility_debug_console_lite) target_sources(${MCUX_SDK_PROJECT_NAME} PRIVATE ${CMAKE_CURRENT_LIST_DIR}/fsl_component_log_backend_debugconsole.c ) target_include_directories(${MCUX_SDK_PROJECT_NAME} PUBLIC ${CMAKE_CURRENT_LIST_DIR}/. ) else() message(SEND_ERROR "component_log_backend_debugconsole_lite.MIMXRT1021 dependency does not meet, please check ${CMAKE_CURRENT_LIST_FILE}.") endif()