Makefile (03ab8e6297acd1bc0eedaa050e2a1635c576fd11) | Makefile (b6e53731e07db7e8d35b789fd83565fe75540180) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Makefile for kernel SPMI framework. 4# | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Makefile for kernel SPMI framework. 4# |
5obj-$(CONFIG_SPMI) += spmi.o | 5obj-$(CONFIG_SPMI) += spmi.o spmi-devres.o |
6 7obj-$(CONFIG_SPMI_HISI3670) += hisi-spmi-controller.o 8obj-$(CONFIG_SPMI_MSM_PMIC_ARB) += spmi-pmic-arb.o 9obj-$(CONFIG_SPMI_MTK_PMIF) += spmi-mtk-pmif.o | 6 7obj-$(CONFIG_SPMI_HISI3670) += hisi-spmi-controller.o 8obj-$(CONFIG_SPMI_MSM_PMIC_ARB) += spmi-pmic-arb.o 9obj-$(CONFIG_SPMI_MTK_PMIF) += spmi-mtk-pmif.o |