1zephyr_library() 2zephyr_library_sources(mctp_memory.c) 3zephyr_library_sources_ifdef(CONFIG_MCTP_UART mctp_uart.c) 4zephyr_library_sources_ifdef(CONFIG_MCTP_I2C_GPIO_CONTROLLER mctp_i2c_gpio_controller.c) 5zephyr_library_sources_ifdef(CONFIG_MCTP_I2C_GPIO_TARGET mctp_i2c_gpio_target.c) 6