Makefile (4b42fafc1cdc4aba38d4f147cb2f3f1a32cd4a15) | Makefile (fbbc5e7044f761652e1e83037bd90574976337a3) |
---|---|
1# 2# Makefile for industrial I/O potentiometer drivers 3# 4 5# When adding new entries keep the list in alphabetical order | 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_MCP4131) += mcp4131.o |
|
6obj-$(CONFIG_MCP4531) += mcp4531.o 7obj-$(CONFIG_TPL0102) += tpl0102.o | 8obj-$(CONFIG_MCP4531) += mcp4531.o 9obj-$(CONFIG_TPL0102) += tpl0102.o |