mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
0f3f74345a
It turns out that the only use cases for the qpnp library use the existing spmi data structures. As such, there's really no justification for having the library not be called 'spmi'. There is nothing Qualcomm specific about this code. Also cleanup some inconsistencies in the Kernel Doc comments while we're here. Change-Id: I1c73c88be740b6f5d38ba2de62de1737981b30fa Signed-off-by: Michael Bohan <mbohan@codeaurora.org>
6 lines
184 B
Makefile
6 lines
184 B
Makefile
#
|
|
# Makefile for kernel SPMI framework.
|
|
#
|
|
obj-$(CONFIG_SPMI) += spmi.o spmi-resources.o
|
|
obj-$(CONFIG_SPMI_MSM_PMIC_ARB) += spmi-pmic-arb.o
|
|
obj-$(CONFIG_MSM_QPNP_INT) += qpnp-int.o
|