blob: 4a348f17fd8736a2331371b07390ea1a9def59bc [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Kenneth Heitke5a86bf32014-02-12 13:44:22 -06002#
3# Makefile for kernel SPMI framework.
4#
5obj-$(CONFIG_SPMI) += spmi.o
Kenneth Heitke39ae93e2014-02-12 13:44:24 -06006
7obj-$(CONFIG_SPMI_MSM_PMIC_ARB) += spmi-pmic-arb.o
David Collinsbb67ea42017-04-10 17:27:47 -07008obj-$(CONFIG_SPMI_MSM_PMIC_ARB_DEBUG) += spmi-pmic-arb-debug.o