blob: e58c8c7947782f56dfcbac2b9afa3a86d664b98e [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Kristian Høgsberg3038e352006-12-19 19:58:27 -05002#
3# Makefile for the Linux IEEE 1394 implementation
4#
5
Stefan Richtere71d31d2009-06-05 16:26:18 +02006firewire-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
Stefan Richterb9530fd2009-06-07 22:57:53 +020010firewire-net-y += net.o
Kristian Høgsberg3038e352006-12-19 19:58:27 -050011
Stefan Richterb9530fd2009-06-07 22:57:53 +020012obj-$(CONFIG_FIREWIRE) += firewire-core.o
Stefan Richter9a607312007-05-25 13:54:49 +020013obj-$(CONFIG_FIREWIRE_OHCI) += firewire-ohci.o
14obj-$(CONFIG_FIREWIRE_SBP2) += firewire-sbp2.o
Stefan Richterb9530fd2009-06-07 22:57:53 +020015obj-$(CONFIG_FIREWIRE_NET) += firewire-net.o
Stefan Richter28646822010-07-27 10:26:33 +020016obj-$(CONFIG_FIREWIRE_NOSY) += nosy.o
Stefan Richter1ef5b812010-10-10 00:54:02 +020017obj-$(CONFIG_PROVIDE_OHCI1394_DMA_INIT) += init_ohci1394_dma.o