1# SPDX-License-Identifier: Apache-2.0 2 3zephyr_syscall_header(${ZEPHYR_BASE}/include/zephyr/drivers/smbus.h) 4 5zephyr_library() 6 7zephyr_library_sources_ifdef(CONFIG_SMBUS_SHELL smbus_shell.c) 8zephyr_library_sources_ifdef(CONFIG_SMBUS_INTEL_PCH intel_pch_smbus.c) 9 10zephyr_library_sources_ifdef(CONFIG_USERSPACE smbus_handlers.c) 11