1#Description: mflash rt1160; user_visible: True 2include_guard(GLOBAL) 3message("component_mflash_rt1160 component is included.") 4 5target_sources(${MCUX_SDK_PROJECT_NAME} PRIVATE 6 ${CMAKE_CURRENT_LIST_DIR}/mflash_drv.c 7) 8 9target_include_directories(${MCUX_SDK_PROJECT_NAME} PUBLIC 10 ${CMAKE_CURRENT_LIST_DIR}/. 11) 12 13#OR Logic component 14if(CONFIG_USE_driver_cache_armv7_m7) 15 include(driver_cache_armv7_m7) 16endif() 17if(CONFIG_USE_driver_cache_lmem) 18 include(driver_cache_lmem) 19endif() 20 21include(component_mflash_common) 22include(driver_flexspi) 23