blob: 91a80f8db24db1e6397726d729dc3ab17e738c15 (
plain)
1
2
3
4
5
6
7
8
|
#
# Makefile for industrial I/O potentiometer drivers
#
# When adding new entries keep the list in alphabetical order
obj-$(CONFIG_MCP4131) += mcp4131.o
obj-$(CONFIG_MCP4531) += mcp4531.o
obj-$(CONFIG_TPL0102) += tpl0102.o
|