mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
091a121b04
This driver handles DHT11 and DHT22 sensors. Signed-off-by: Harald Geyer <harald@ccbib.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
6 lines
79 B
Makefile
6 lines
79 B
Makefile
#
|
|
# Makefile for IIO humidity sensor drivers
|
|
#
|
|
|
|
obj-$(CONFIG_DHT11) += dht11.o
|