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>
6 lines
166 B
CMake
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)
|