Merge tag 'for-linus-4.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / drivers / firewire / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the Linux IEEE 1394 implementation
4 #
5
6 firewire-core-y += core-card.o core-cdev.o core-device.o \
7                    core-iso.o core-topology.o core-transaction.o
8 firewire-ohci-y += ohci.o
9 firewire-sbp2-y += sbp2.o
10 firewire-net-y  += net.o
11
12 obj-$(CONFIG_FIREWIRE)      += firewire-core.o
13 obj-$(CONFIG_FIREWIRE_OHCI) += firewire-ohci.o
14 obj-$(CONFIG_FIREWIRE_SBP2) += firewire-sbp2.o
15 obj-$(CONFIG_FIREWIRE_NET)  += firewire-net.o
16 obj-$(CONFIG_FIREWIRE_NOSY) += nosy.o
17 obj-$(CONFIG_PROVIDE_OHCI1394_DMA_INIT) += init_ohci1394_dma.o