1# SPDX-License-Identifier: Apache-2.0
2
3# Once we have more than 10 devices we should consider splitting them into
4# subdirectories to match the drivers/ structure.
5zephyr_library_sources_ifdef(CONFIG_EMUL_EEPROM_AT2X	emul_atmel_at24.c)
6