Makefile 250 B

1234567891011
  1. #
  2. # Makefile for kernel SPMI framework.
  3. #
  4. obj-$(CONFIG_SPMI) += spmi.o spmi-resources.o
  5. obj-$(CONFIG_SPMI_MSM_PMIC_ARB) += spmi-pmic-arb.o
  6. obj-$(CONFIG_MSM_QPNP_INT) += qpnp-int.o
  7. ifdef CONFIG_DEBUG_FS
  8. obj-$(CONFIG_SPMI) += spmi-dbgfs.o
  9. endif