mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
53bf4d067d
Support for TSYS02D temperature sensor Signed-off-by: Ludovic Tancerel <ludovic.tancerel@maplehightech.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
8 lines
193 B
Makefile
8 lines
193 B
Makefile
#
|
|
# Makefile for industrial I/O temperature drivers
|
|
#
|
|
|
|
obj-$(CONFIG_MLX90614) += mlx90614.o
|
|
obj-$(CONFIG_TMP006) += tmp006.o
|
|
obj-$(CONFIG_TSYS01) += tsys01.o
|
|
obj-$(CONFIG_TSYS02D) += tsys02d.o
|