]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - drivers/iio/potentiometer/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / drivers / iio / potentiometer / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
c05dc2cc
PR
2#
3# Makefile for industrial I/O potentiometer drivers
4#
5
6# When adding new entries keep the list in alphabetical order
fbbc5e70 7obj-$(CONFIG_DS1803) += ds1803.o
df1fd2de 8obj-$(CONFIG_MAX5481) += max5481.o
9a47894f 9obj-$(CONFIG_MAX5487) += max5487.o
22d199a5 10obj-$(CONFIG_MCP4131) += mcp4131.o
c05dc2cc 11obj-$(CONFIG_MCP4531) += mcp4531.o
2edbd295 12obj-$(CONFIG_TPL0102) += tpl0102.o