License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / drivers / firewire / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
3038e353
KH
2#
3# Makefile for the Linux IEEE 1394 implementation
4#
5
e71d31da
SR
6firewire-core-y += core-card.o core-cdev.o core-device.o \
7 core-iso.o core-topology.o core-transaction.o
8firewire-ohci-y += ohci.o
9firewire-sbp2-y += sbp2.o
b9530fd6 10firewire-net-y += net.o
3038e353 11
b9530fd6 12obj-$(CONFIG_FIREWIRE) += firewire-core.o
9a60731d
SR
13obj-$(CONFIG_FIREWIRE_OHCI) += firewire-ohci.o
14obj-$(CONFIG_FIREWIRE_SBP2) += firewire-sbp2.o
b9530fd6 15obj-$(CONFIG_FIREWIRE_NET) += firewire-net.o
28646821 16obj-$(CONFIG_FIREWIRE_NOSY) += nosy.o
1ef5b816 17obj-$(CONFIG_PROVIDE_OHCI1394_DMA_INIT) += init_ohci1394_dma.o