zephyr/drivers/sensor/ms5607/CMakeLists.txt

6 lines
222 B
CMake
Raw Permalink Normal View History

# Copyright (c) 2019 Thomas Schmid <tom@lfence.de>
# SPDX-License-Identifier: Apache-2.0
zephyr_library_sources_ifdef(CONFIG_MS5607 ms5607.c)
zephyr_library_sources_ifdef(CONFIG_MS5607 ms5607_spi.c)