Merge tag 'phy-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy
[linux-2.6-microblaze.git] / drivers / soundwire / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Makefile for soundwire core
4 #
5
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
10
11 soundwire-generic-allocation-objs := generic_bandwidth_allocation.o
12 obj-$(CONFIG_SOUNDWIRE_GENERIC_ALLOCATION) += soundwire-generic-allocation.o
13
14 ifdef CONFIG_DEBUG_FS
15 soundwire-bus-y += debugfs.o
16 endif
17
18 ifdef CONFIG_IRQ_DOMAIN
19 soundwire-bus-y += irq.o
20 endif
21
22 #AMD driver
23 soundwire-amd-y := amd_init.o amd_manager.o
24 obj-$(CONFIG_SOUNDWIRE_AMD) += soundwire-amd.o
25
26 #Cadence Objs
27 soundwire-cadence-y := cadence_master.o
28 obj-$(CONFIG_SOUNDWIRE_CADENCE) += soundwire-cadence.o
29
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
35
36 #Qualcomm driver
37 soundwire-qcom-y :=     qcom.o
38 obj-$(CONFIG_SOUNDWIRE_QCOM) += soundwire-qcom.o