zephyr/drivers/sensor/lsm303dlhc_magn/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

8 lines
143 B
CMake

#
# Copyright (c) 2018 Philémon Jaermann
#
# SPDX-License-Identifier: Apache-2.0
zephyr_library()
zephyr_library_sources(lsm303dlhc_magn.c)