repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb...
[linux/fpc-iii.git]
/
drivers
/
iio
/
humidity
/
Makefile
blob
c9f089a9a6b82886ac1640c29e7957b452d523ed
1
#
2
# Makefile for IIO humidity sensor drivers
3
#
4
5
obj-
$(
CONFIG_DHT11
) +=
dht11.o
6
obj-
$(
CONFIG_HDC100X
) +=
hdc100x.o
7
obj-
$(
CONFIG_HTU21
) +=
htu21.o
8
obj-
$(
CONFIG_SI7005
) +=
si7005.o
9
obj-
$(
CONFIG_SI7020
) +=
si7020.o