zephyr/drivers/sensor/apds9960/CMakeLists.txt
Johann Fischer b192b2b575 drivers: apds9960: add trigger mode for proximity
Add trigger mode for proximity

Signed-off-by: Johann Fischer <j.fischer@phytec.de>
2018-09-21 09:02:00 -05:00

5 lines
148 B
CMake

zephyr_library()
zephyr_library_sources_ifdef(CONFIG_APDS9960 apds9960.c)
zephyr_library_sources_ifdef(CONFIG_APDS9960_TRIGGER apds9960_trigger.c)