Makefile (498495dba268b20e8eadd7fe93c140c68b6cc9d2) | Makefile (79e8a32d2aa9e98b1560cbe107e750f07807d8c7) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for industrial I/O potentiometer drivers 4# 5 6# When adding new entries keep the list in alphabetical order | 1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for industrial I/O potentiometer drivers 4# 5 6# When adding new entries keep the list in alphabetical order |
7obj-$(CONFIG_AD5272) += ad5272.o |
|
7obj-$(CONFIG_DS1803) += ds1803.o 8obj-$(CONFIG_MAX5481) += max5481.o 9obj-$(CONFIG_MAX5487) += max5487.o 10obj-$(CONFIG_MCP4131) += mcp4131.o 11obj-$(CONFIG_MCP4531) += mcp4531.o 12obj-$(CONFIG_TPL0102) += tpl0102.o | 8obj-$(CONFIG_DS1803) += ds1803.o 9obj-$(CONFIG_MAX5481) += max5481.o 10obj-$(CONFIG_MAX5487) += max5487.o 11obj-$(CONFIG_MCP4131) += mcp4131.o 12obj-$(CONFIG_MCP4531) += mcp4531.o 13obj-$(CONFIG_TPL0102) += tpl0102.o |