]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/iio/potentiometer/Makefile
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
[karo-tx-linux.git] / drivers / iio / potentiometer / Makefile
1 #
2 # Makefile for industrial I/O potentiometer drivers
3 #
4
5 # When adding new entries keep the list in alphabetical order
6 obj-$(CONFIG_DS1803) += ds1803.o
7 obj-$(CONFIG_MAX5487) += max5487.o
8 obj-$(CONFIG_MCP4131) += mcp4131.o
9 obj-$(CONFIG_MCP4531) += mcp4531.o
10 obj-$(CONFIG_TPL0102) += tpl0102.o