cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Makefile (535B)


      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_AD5110) += ad5110.o
      8obj-$(CONFIG_AD5272) += ad5272.o
      9obj-$(CONFIG_DS1803) += ds1803.o
     10obj-$(CONFIG_MAX5432) += max5432.o
     11obj-$(CONFIG_MAX5481) += max5481.o
     12obj-$(CONFIG_MAX5487) += max5487.o
     13obj-$(CONFIG_MCP4018) += mcp4018.o
     14obj-$(CONFIG_MCP4131) += mcp4131.o
     15obj-$(CONFIG_MCP4531) += mcp4531.o
     16obj-$(CONFIG_MCP41010) += mcp41010.o
     17obj-$(CONFIG_TPL0102) += tpl0102.o