Commit 2fccd97f authored by Daniel Leung's avatar Daniel Leung Committed by Christopher Friedt
Browse files

drivers: i2c: slave: group into i2c static library



This changes the build command so the I2C EEPROM slave
is being grouped into the I2C static library.

Signed-off-by: default avatarDaniel Leung <daniel.leung@intel.com>
parent 9cef5d59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# SPDX-License-Identifier: Apache-2.0

zephyr_sources_ifdef(CONFIG_I2C_EEPROM_SLAVE	eeprom_slave.c)
zephyr_library_sources_ifdef(CONFIG_I2C_EEPROM_SLAVE	eeprom_slave.c)