blob: 2161fac1f1bc11c69276e72795b9ad32e23da144 [file] [log] [blame]
Kenneth Heitkeee44ade2012-02-08 13:45:33 -07001#
2# Makefile for kernel SPMI framework.
3#
Michael Bohan08e1e902012-05-23 10:55:22 -07004obj-$(CONFIG_SPMI) += spmi.o spmi-resources.o
Kenneth Heitke65a5ad22012-02-08 14:00:04 -07005obj-$(CONFIG_SPMI_MSM_PMIC_ARB) += spmi-pmic-arb.o
Michael Bohan115cf652012-01-05 14:32:59 -08006obj-$(CONFIG_MSM_QPNP_INT) += qpnp-int.o
Kenneth Heitke98661912012-09-19 18:51:40 -06007
8ifdef CONFIG_DEBUG_FS
9obj-$(CONFIG_SPMI) += spmi-dbgfs.o
10endif