OpenCloudOS-Kernel/drivers/iio/potentiometer/Makefile

9 lines
224 B
Makefile
Raw Normal View History

#
# 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