sdk-hwV1.3/lichee/linux-4.9/drivers/iio/potentiometer/Makefile

11 lines
292 B
Makefile
Raw Normal View History

2024-05-07 10:09:20 +00:00
#
# Makefile for industrial I/O potentiometer drivers
#
# When adding new entries keep the list in alphabetical order
obj-$(CONFIG_DS1803) += ds1803.o
obj-$(CONFIG_MAX5487) += max5487.o
obj-$(CONFIG_MCP4131) += mcp4131.o
obj-$(CONFIG_MCP4531) += mcp4531.o
obj-$(CONFIG_TPL0102) += tpl0102.o