mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 23:06:05 +00:00
Add support for Vishay VCNL4040 proximity and light sensor Signed-off-by: Richard Osterloh <richard.osterloh@gmail.com>
7 lines
187 B
CMake
7 lines
187 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_VCNL4040 vcnl4040.c)
|
|
zephyr_library_sources_ifdef(CONFIG_VCNL4040_TRIGGER vcnl4040_trigger.c)
|