1# 2# Makefile for kernel SPMI framework. 3# 4obj-$(CONFIG_SPMI) += spmi.o 5 6obj-$(CONFIG_SPMI_MSM_PMIC_ARB) += spmi-pmic-arb.o 7