Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / soundwire / Makefile
blobe80a2c2cf3e71ff6f333b70a7d4671c3fb80fbef
1 # SPDX-License-Identifier: GPL-2.0-only
3 # Makefile for soundwire core
6 #Bus Objs
7 soundwire-bus-y := bus_type.o bus.o master.o slave.o mipi_disco.o stream.o \
8 sysfs_slave.o sysfs_slave_dpn.o
9 obj-$(CONFIG_SOUNDWIRE) += soundwire-bus.o
11 soundwire-generic-allocation-objs := generic_bandwidth_allocation.o
12 obj-$(CONFIG_SOUNDWIRE_GENERIC_ALLOCATION) += soundwire-generic-allocation.o
14 ifdef CONFIG_DEBUG_FS
15 soundwire-bus-y += debugfs.o
16 endif
18 ifdef CONFIG_IRQ_DOMAIN
19 soundwire-bus-y += irq.o
20 endif
22 #AMD driver
23 soundwire-amd-y := amd_init.o amd_manager.o
24 obj-$(CONFIG_SOUNDWIRE_AMD) += soundwire-amd.o
26 #Cadence Objs
27 soundwire-cadence-y := cadence_master.o
28 obj-$(CONFIG_SOUNDWIRE_CADENCE) += soundwire-cadence.o
30 #Intel driver
31 soundwire-intel-y := intel.o intel_ace2x.o intel_ace2x_debugfs.o \
32 intel_auxdevice.o intel_init.o dmi-quirks.o \
33 intel_bus_common.o
34 obj-$(CONFIG_SOUNDWIRE_INTEL) += soundwire-intel.o
36 #Qualcomm driver
37 soundwire-qcom-y := qcom.o
38 obj-$(CONFIG_SOUNDWIRE_QCOM) += soundwire-qcom.o