aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/potentiometer/Makefile
blob: 6007faa2fb0279dc2a338aa985acf6b3a09abb25 (plain) (blame)
1
2
3
4
5
6
7
8
9
#
# Makefile for industrial I/O potentiometer drivers
#

# When adding new entries keep the list in alphabetical order
obj-$(CONFIG_DS1803) += ds1803.o
obj-$(CONFIG_MCP4131) += mcp4131.o
obj-$(CONFIG_MCP4531) += mcp4531.o
obj-$(CONFIG_TPL0102) += tpl0102.o