162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Makefile for sensor chip drivers. 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciobj-$(CONFIG_HWMON) += hwmon.o 762306a36Sopenharmony_ciobj-$(CONFIG_HWMON_VID) += hwmon-vid.o 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci# ACPI drivers 1062306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ACPI_POWER) += acpi_power_meter.o 1162306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ATK0110) += asus_atk0110.o 1262306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ASUS_EC) += asus-ec-sensors.o 1362306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ASUS_WMI) += asus_wmi_sensors.o 1462306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_HP_WMI) += hp-wmi-sensors.o 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_ci# Native drivers 1762306a36Sopenharmony_ci# asb100, then w83781d go first, as they can override other drivers' addresses. 1862306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ASB100) += asb100.o 1962306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_W83627HF) += w83627hf.o 2062306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_W83773G) += w83773g.o 2162306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_W83792D) += w83792d.o 2262306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_W83793) += w83793.o 2362306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_W83795) += w83795.o 2462306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_W83781D) += w83781d.o 2562306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_W83791D) += w83791d.o 2662306a36Sopenharmony_ci 2762306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ABITUGURU) += abituguru.o 2862306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ABITUGURU3)+= abituguru3.o 2962306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_AD7314) += ad7314.o 3062306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_AD7414) += ad7414.o 3162306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_AD7418) += ad7418.o 3262306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ADC128D818) += adc128d818.o 3362306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ADCXX) += adcxx.o 3462306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ADM1021) += adm1021.o 3562306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ADM1025) += adm1025.o 3662306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ADM1026) += adm1026.o 3762306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ADM1029) += adm1029.o 3862306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ADM1031) += adm1031.o 3962306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ADM1177) += adm1177.o 4062306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ADM9240) += adm9240.o 4162306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ADS7828) += ads7828.o 4262306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ADS7871) += ads7871.o 4362306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ADT7X10) += adt7x10.o 4462306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ADT7310) += adt7310.o 4562306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ADT7410) += adt7410.o 4662306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ADT7411) += adt7411.o 4762306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ADT7462) += adt7462.o 4862306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ADT7470) += adt7470.o 4962306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ADT7475) += adt7475.o 5062306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_AHT10) += aht10.o 5162306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_APPLESMC) += applesmc.o 5262306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_AQUACOMPUTER_D5NEXT) += aquacomputer_d5next.o 5362306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ARM_SCMI) += scmi-hwmon.o 5462306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ARM_SCPI) += scpi-hwmon.o 5562306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_AS370) += as370-hwmon.o 5662306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ASC7621) += asc7621.o 5762306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ASPEED) += aspeed-pwm-tacho.o 5862306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ATXP1) += atxp1.o 5962306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_AXI_FAN_CONTROL) += axi-fan-control.o 6062306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_BT1_PVT) += bt1-pvt.o 6162306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_CORETEMP) += coretemp.o 6262306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_CORSAIR_CPRO) += corsair-cpro.o 6362306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_CORSAIR_PSU) += corsair-psu.o 6462306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_DA9052_ADC)+= da9052-hwmon.o 6562306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_DA9055)+= da9055-hwmon.o 6662306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_DELL_SMM) += dell-smm-hwmon.o 6762306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_DME1737) += dme1737.o 6862306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_DRIVETEMP) += drivetemp.o 6962306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_DS620) += ds620.o 7062306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_DS1621) += ds1621.o 7162306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_EMC1403) += emc1403.o 7262306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_EMC2103) += emc2103.o 7362306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_EMC2305) += emc2305.o 7462306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_EMC6W201) += emc6w201.o 7562306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_F71805F) += f71805f.o 7662306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_F71882FG) += f71882fg.o 7762306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_F75375S) += f75375s.o 7862306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_FAM15H_POWER) += fam15h_power.o 7962306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_FSCHMD) += fschmd.o 8062306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_FTSTEUTATES) += ftsteutates.o 8162306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_G760A) += g760a.o 8262306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_G762) += g762.o 8362306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_GL518SM) += gl518sm.o 8462306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_GL520SM) += gl520sm.o 8562306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_GSC) += gsc-hwmon.o 8662306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_GPIO_FAN) += gpio-fan.o 8762306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_GXP_FAN_CTRL) += gxp-fan-ctrl.o 8862306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_HIH6130) += hih6130.o 8962306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_HS3001) += hs3001.o 9062306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_ULTRA45) += ultra45_env.o 9162306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_I5500) += i5500_temp.o 9262306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_I5K_AMB) += i5k_amb.o 9362306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_IBMAEM) += ibmaem.o 9462306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_IBMPEX) += ibmpex.o 9562306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_IBMPOWERNV)+= ibmpowernv.o 9662306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_IIO_HWMON) += iio_hwmon.o 9762306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_INA209) += ina209.o 9862306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_INA2XX) += ina2xx.o 9962306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_INA238) += ina238.o 10062306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_INA3221) += ina3221.o 10162306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_INTEL_M10_BMC_HWMON) += intel-m10-bmc-hwmon.o 10262306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_IT87) += it87.o 10362306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_JC42) += jc42.o 10462306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_K8TEMP) += k8temp.o 10562306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_K10TEMP) += k10temp.o 10662306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LAN966X) += lan966x-hwmon.o 10762306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LINEAGE) += lineage-pem.o 10862306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LOCHNAGAR) += lochnagar-hwmon.o 10962306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LM63) += lm63.o 11062306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LM70) += lm70.o 11162306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LM73) += lm73.o 11262306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LM75) += lm75.o 11362306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LM77) += lm77.o 11462306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LM78) += lm78.o 11562306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LM80) += lm80.o 11662306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LM83) += lm83.o 11762306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LM85) += lm85.o 11862306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LM87) += lm87.o 11962306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LM90) += lm90.o 12062306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LM92) += lm92.o 12162306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LM93) += lm93.o 12262306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LM95234) += lm95234.o 12362306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LM95241) += lm95241.o 12462306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LM95245) += lm95245.o 12562306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LTC2945) += ltc2945.o 12662306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LTC2947) += ltc2947-core.o 12762306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LTC2947_I2C) += ltc2947-i2c.o 12862306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LTC2947_SPI) += ltc2947-spi.o 12962306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LTC2990) += ltc2990.o 13062306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LTC2992) += ltc2992.o 13162306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LTC4151) += ltc4151.o 13262306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LTC4215) += ltc4215.o 13362306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LTC4222) += ltc4222.o 13462306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LTC4245) += ltc4245.o 13562306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LTC4260) += ltc4260.o 13662306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LTC4261) += ltc4261.o 13762306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_LTQ_CPUTEMP) += ltq-cputemp.o 13862306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_MAX1111) += max1111.o 13962306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_MAX127) += max127.o 14062306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_MAX16065) += max16065.o 14162306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_MAX1619) += max1619.o 14262306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_MAX1668) += max1668.o 14362306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_MAX197) += max197.o 14462306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_MAX31722) += max31722.o 14562306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_MAX31730) += max31730.o 14662306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_MAX31760) += max31760.o 14762306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_MAX6620) += max6620.o 14862306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_MAX6621) += max6621.o 14962306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_MAX6639) += max6639.o 15062306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_MAX6642) += max6642.o 15162306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_MAX6650) += max6650.o 15262306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_MAX6697) += max6697.o 15362306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_MAX31790) += max31790.o 15462306a36Sopenharmony_ciobj-$(CONFIG_MAX31827) += max31827.o 15562306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_MC13783_ADC)+= mc13783-adc.o 15662306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_MC34VR500) += mc34vr500.o 15762306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_MCP3021) += mcp3021.o 15862306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_TC654) += tc654.o 15962306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_TPS23861) += tps23861.o 16062306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_MLXREG_FAN) += mlxreg-fan.o 16162306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_MENF21BMC_HWMON) += menf21bmc_hwmon.o 16262306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_MR75203) += mr75203.o 16362306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_NCT6683) += nct6683.o 16462306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_NCT6775_CORE) += nct6775-core.o 16562306a36Sopenharmony_cinct6775-objs := nct6775-platform.o 16662306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_NCT6775) += nct6775.o 16762306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_NCT6775_I2C) += nct6775-i2c.o 16862306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_NCT7802) += nct7802.o 16962306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_NCT7904) += nct7904.o 17062306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_NPCM7XX) += npcm750-pwm-fan.o 17162306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_NSA320) += nsa320-hwmon.o 17262306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_NTC_THERMISTOR) += ntc_thermistor.o 17362306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_NZXT_KRAKEN2) += nzxt-kraken2.o 17462306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_NZXT_SMART2) += nzxt-smart2.o 17562306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_OXP) += oxp-sensors.o 17662306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_PC87360) += pc87360.o 17762306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_PC87427) += pc87427.o 17862306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_PCF8591) += pcf8591.o 17962306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_POWR1220) += powr1220.o 18062306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_PWM_FAN) += pwm-fan.o 18162306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_RASPBERRYPI_HWMON) += raspberrypi-hwmon.o 18262306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_SBTSI) += sbtsi_temp.o 18362306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_SBRMI) += sbrmi.o 18462306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_SCH56XX_COMMON)+= sch56xx-common.o 18562306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_SCH5627) += sch5627.o 18662306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_SCH5636) += sch5636.o 18762306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_SFCTEMP) += sfctemp.o 18862306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_SL28CPLD) += sl28cpld-hwmon.o 18962306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_SHT15) += sht15.o 19062306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_SHT21) += sht21.o 19162306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_SHT3x) += sht3x.o 19262306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_SHT4x) += sht4x.o 19362306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_SHTC1) += shtc1.o 19462306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_SIS5595) += sis5595.o 19562306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_SMPRO) += smpro-hwmon.o 19662306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_SMSC47B397)+= smsc47b397.o 19762306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_SMSC47M1) += smsc47m1.o 19862306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_SMSC47M192)+= smsc47m192.o 19962306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_SPARX5) += sparx5-temp.o 20062306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_STTS751) += stts751.o 20162306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_SY7636A) += sy7636a-hwmon.o 20262306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_AMC6821) += amc6821.o 20362306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_TC74) += tc74.o 20462306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_THMC50) += thmc50.o 20562306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_TMP102) += tmp102.o 20662306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_TMP103) += tmp103.o 20762306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_TMP108) += tmp108.o 20862306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_TMP401) += tmp401.o 20962306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_TMP421) += tmp421.o 21062306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_TMP464) += tmp464.o 21162306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_TMP513) += tmp513.o 21262306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_VEXPRESS) += vexpress-hwmon.o 21362306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_VIA_CPUTEMP)+= via-cputemp.o 21462306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_VIA686A) += via686a.o 21562306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_VT1211) += vt1211.o 21662306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_VT8231) += vt8231.o 21762306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_W83627EHF) += w83627ehf.o 21862306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_W83L785TS) += w83l785ts.o 21962306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_W83L786NG) += w83l786ng.o 22062306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_WM831X) += wm831x-hwmon.o 22162306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_WM8350) += wm8350-hwmon.o 22262306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_XGENE) += xgene-hwmon.o 22362306a36Sopenharmony_ci 22462306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_OCC) += occ/ 22562306a36Sopenharmony_ciobj-$(CONFIG_SENSORS_PECI) += peci/ 22662306a36Sopenharmony_ciobj-$(CONFIG_PMBUS) += pmbus/ 22762306a36Sopenharmony_ci 22862306a36Sopenharmony_ciccflags-$(CONFIG_HWMON_DEBUG_CHIP) := -DDEBUG 229