Makefile (f26e8817b235d8764363bffcc9cbfc61867371f2) | Makefile (df1fd2de118e3bf980e2bbada16c650b9eea529b) |
---|---|
1# 2# Makefile for industrial I/O potentiometer drivers 3# 4 5# When adding new entries keep the list in alphabetical order 6obj-$(CONFIG_DS1803) += ds1803.o | 1# 2# Makefile for industrial I/O potentiometer drivers 3# 4 5# When adding new entries keep the list in alphabetical order 6obj-$(CONFIG_DS1803) += ds1803.o |
7obj-$(CONFIG_MAX5481) += max5481.o |
|
7obj-$(CONFIG_MAX5487) += max5487.o 8obj-$(CONFIG_MCP4131) += mcp4131.o 9obj-$(CONFIG_MCP4531) += mcp4531.o 10obj-$(CONFIG_TPL0102) += tpl0102.o | 8obj-$(CONFIG_MAX5487) += max5487.o 9obj-$(CONFIG_MCP4131) += mcp4131.o 10obj-$(CONFIG_MCP4531) += mcp4531.o 11obj-$(CONFIG_TPL0102) += tpl0102.o |