8 lines
127 B
Makefile
8 lines
127 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# temperature sensor drivers configuration
|
|
#
|
|
|
|
obj-$(CONFIG_TMP_MS5607) += tmp_ms5607.o
|
|
|