brintos

brintos / linux-shallow public Read only

0
0
Text · 278 B · 7f15216 Raw
10 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Makefile for kernel SPMI framework.4#5obj-$(CONFIG_SPMI)	+= spmi.o spmi-devres.o6 7obj-$(CONFIG_SPMI_HISI3670)	+= hisi-spmi-controller.o8obj-$(CONFIG_SPMI_MSM_PMIC_ARB)	+= spmi-pmic-arb.o9obj-$(CONFIG_SPMI_MTK_PMIF)	+= spmi-mtk-pmif.o10