xref: /OK3568_Linux_fs/kernel/drivers/hwmon/pmbus/Makefile (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0
2*4882a593Smuzhiyun#
3*4882a593Smuzhiyun# Makefile for PMBus chip drivers.
4*4882a593Smuzhiyun#
5*4882a593Smuzhiyun
6*4882a593Smuzhiyunobj-$(CONFIG_PMBUS)		+= pmbus_core.o
7*4882a593Smuzhiyunobj-$(CONFIG_SENSORS_PMBUS)	+= pmbus.o
8*4882a593Smuzhiyunobj-$(CONFIG_SENSORS_ADM1266)	+= adm1266.o
9*4882a593Smuzhiyunobj-$(CONFIG_SENSORS_ADM1275)	+= adm1275.o
10*4882a593Smuzhiyunobj-$(CONFIG_SENSORS_BEL_PFE)	+= bel-pfe.o
11*4882a593Smuzhiyunobj-$(CONFIG_SENSORS_IBM_CFFPS)	+= ibm-cffps.o
12*4882a593Smuzhiyunobj-$(CONFIG_SENSORS_INSPUR_IPSPS) += inspur-ipsps.o
13*4882a593Smuzhiyunobj-$(CONFIG_SENSORS_IR35221)	+= ir35221.o
14*4882a593Smuzhiyunobj-$(CONFIG_SENSORS_IR38064)	+= ir38064.o
15*4882a593Smuzhiyunobj-$(CONFIG_SENSORS_IRPS5401)	+= irps5401.o
16*4882a593Smuzhiyunobj-$(CONFIG_SENSORS_ISL68137)	+= isl68137.o
17*4882a593Smuzhiyunobj-$(CONFIG_SENSORS_LM25066)	+= lm25066.o
18*4882a593Smuzhiyunobj-$(CONFIG_SENSORS_LTC2978)	+= ltc2978.o
19*4882a593Smuzhiyunobj-$(CONFIG_SENSORS_LTC3815)	+= ltc3815.o
20*4882a593Smuzhiyunobj-$(CONFIG_SENSORS_MAX16064)	+= max16064.o
21*4882a593Smuzhiyunobj-$(CONFIG_SENSORS_MAX16601)	+= max16601.o
22*4882a593Smuzhiyunobj-$(CONFIG_SENSORS_MAX20730)	+= max20730.o
23*4882a593Smuzhiyunobj-$(CONFIG_SENSORS_MAX20751)	+= max20751.o
24*4882a593Smuzhiyunobj-$(CONFIG_SENSORS_MAX31785)	+= max31785.o
25*4882a593Smuzhiyunobj-$(CONFIG_SENSORS_MAX34440)	+= max34440.o
26*4882a593Smuzhiyunobj-$(CONFIG_SENSORS_MAX8688)	+= max8688.o
27*4882a593Smuzhiyunobj-$(CONFIG_SENSORS_MP2975)	+= mp2975.o
28*4882a593Smuzhiyunobj-$(CONFIG_SENSORS_PXE1610)	+= pxe1610.o
29*4882a593Smuzhiyunobj-$(CONFIG_SENSORS_TPS40422)	+= tps40422.o
30*4882a593Smuzhiyunobj-$(CONFIG_SENSORS_TPS53679)	+= tps53679.o
31*4882a593Smuzhiyunobj-$(CONFIG_SENSORS_UCD9000)	+= ucd9000.o
32*4882a593Smuzhiyunobj-$(CONFIG_SENSORS_UCD9200)	+= ucd9200.o
33*4882a593Smuzhiyunobj-$(CONFIG_SENSORS_XDPE122)	+= xdpe12284.o
34*4882a593Smuzhiyunobj-$(CONFIG_SENSORS_ZL6100)	+= zl6100.o
35