1*9d2ecfb7SGuenter Roeck# 2*9d2ecfb7SGuenter Roeck# Makefile for PMBus chip drivers. 3*9d2ecfb7SGuenter Roeck# 4*9d2ecfb7SGuenter Roeck 5*9d2ecfb7SGuenter Roeckobj-$(CONFIG_PMBUS) += pmbus_core.o 6*9d2ecfb7SGuenter Roeckobj-$(CONFIG_SENSORS_PMBUS) += pmbus.o 7*9d2ecfb7SGuenter Roeckobj-$(CONFIG_SENSORS_ADM1275) += adm1275.o 8*9d2ecfb7SGuenter Roeckobj-$(CONFIG_SENSORS_MAX16064) += max16064.o 9*9d2ecfb7SGuenter Roeckobj-$(CONFIG_SENSORS_MAX34440) += max34440.o 10*9d2ecfb7SGuenter Roeckobj-$(CONFIG_SENSORS_MAX8688) += max8688.o 11*9d2ecfb7SGuenter Roeckobj-$(CONFIG_SENSORS_UCD9000) += ucd9000.o 12*9d2ecfb7SGuenter Roeckobj-$(CONFIG_SENSORS_UCD9200) += ucd9200.o 13