diff options
Diffstat (limited to 'drivers/iio/humidity/Makefile')
-rw-r--r-- | drivers/iio/humidity/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/iio/humidity/Makefile b/drivers/iio/humidity/Makefile new file mode 100644 index 000000000000..d5d36c0c95f9 --- /dev/null +++ b/drivers/iio/humidity/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for IIO humidity sensor drivers +# + +obj-$(CONFIG_DHT11) += dht11.o |