Linux Audio

Check our new training course

Buildroot integration, development and maintenance

Need a Buildroot system for your embedded project?
Loading...
v4.6
1#
2# Makefile for kernel SPMI framework.
3#
4obj-$(CONFIG_SPMI)	+= spmi.o
5
6obj-$(CONFIG_SPMI_MSM_PMIC_ARB)	+= spmi-pmic-arb.o
v4.10.11
1#
2# Makefile for kernel SPMI framework.
3#
4obj-$(CONFIG_SPMI)	+= spmi.o
5
6obj-$(CONFIG_SPMI_MSM_PMIC_ARB)	+= spmi-pmic-arb.o