Vinod Koul | 9251345 | 2017-12-14 11:19:33 +0530 | [diff] [blame] | 1 | # |
2 | # Makefile for soundwire core | ||||
3 | # | ||||
4 | |||||
5 | #Bus Objs | ||||
Vinod Koul | 56d4fe3 | 2017-12-14 11:19:35 +0530 | [diff] [blame] | 6 | soundwire-bus-objs := bus_type.o bus.o slave.o mipi_disco.o |
Vinod Koul | 9251345 | 2017-12-14 11:19:33 +0530 | [diff] [blame] | 7 | obj-$(CONFIG_SOUNDWIRE_BUS) += soundwire-bus.o |
Vinod Koul | 2f52a51 | 2017-12-14 11:19:41 +0530 | [diff] [blame^] | 8 | |
9 | #Cadence Objs | ||||
10 | soundwire-cadence-objs := cadence_master.o | ||||
11 | obj-$(CONFIG_SOUNDWIRE_CADENCE) += soundwire-cadence.o |