zephyr/drivers/sensor/ms5607/CMakeLists.txt
Martí Bolívar 21c6ca9487 drivers: sensor: clean up zephyr_library calls, again
Apply the same fix in bd8afe9365
(" drivers: sensor: clean up zephyr_library calls") to remove
redundant code in the sensor driver build system files. Additional
instances of the antipattern have crept in.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2021-08-30 17:07:51 -04:00

6 lines
166 B
CMake

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