blob: 5817beaca0e1f22db0bf753cad12c250e8200363 [file] [log] [blame]
Vinod Koul92513452017-12-14 11:19:33 +05301#
2# Makefile for soundwire core
3#
4
5#Bus Objs
Sanyog Kale89e59052018-04-26 18:38:08 +05306soundwire-bus-objs := bus_type.o bus.o slave.o mipi_disco.o stream.o
Vinod Koul92513452017-12-14 11:19:33 +05307obj-$(CONFIG_SOUNDWIRE_BUS) += soundwire-bus.o
Vinod Koul2f52a512017-12-14 11:19:41 +05308
9#Cadence Objs
10soundwire-cadence-objs := cadence_master.o
11obj-$(CONFIG_SOUNDWIRE_CADENCE) += soundwire-cadence.o
Vinod Koul71bb8a12017-12-14 11:19:43 +053012
13#Intel driver
14soundwire-intel-objs := intel.o
15obj-$(CONFIG_SOUNDWIRE_INTEL) += soundwire-intel.o
Vinod Kould62a7d42017-12-14 11:19:44 +053016
17soundwire-intel-init-objs := intel_init.o
18obj-$(CONFIG_SOUNDWIRE_INTEL) += soundwire-intel-init.o