Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
7b123c85bbb3fadbd02b82d77d5aee0c399b0e06
/
.
/
drivers
/
iio
/
adc
/
Makefile
blob: f187ff6c2a16a84f74a13e9366c30d15f067c5cf [
file
] [
log
] [
blame
]
#
# Makefile for IIO ADC drivers
#
obj
-
$
(
CONFIG_AD_SIGMA_DELTA
)
+=
ad_sigma_delta
.
o
obj
-
$
(
CONFIG_AD7266
)
+=
ad7266
.
o
obj
-
$
(
CONFIG_AD7791
)
+=
ad7791
.
o
obj
-
$
(
CONFIG_AT91_ADC
)
+=
at91_adc
.
o