]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - drivers/iio/potentiometer/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-hirsute-kernel.git] / drivers / iio / potentiometer / Makefile
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
7 obj-$(CONFIG_DS1803) += ds1803.o
8 obj-$(CONFIG_MAX5481) += max5481.o
9 obj-$(CONFIG_MAX5487) += max5487.o
10 obj-$(CONFIG_MCP4131) += mcp4131.o
11 obj-$(CONFIG_MCP4531) += mcp4531.o
12 obj-$(CONFIG_TPL0102) += tpl0102.o