2 # Makefile for the Linux IEEE 1394 implementation
5 firewire-core-y
+= core-card.o core-cdev.o core-device.o \
6 core-iso.o core-topology.o core-transaction.o
7 firewire-ohci-y
+= ohci.o
8 firewire-sbp2-y
+= sbp2.o
9 firewire-net-y
+= net.o
11 obj-
$(CONFIG_FIREWIRE
) += firewire-core.o
12 obj-
$(CONFIG_FIREWIRE_OHCI
) += firewire-ohci.o
13 obj-
$(CONFIG_FIREWIRE_SBP2
) += firewire-sbp2.o
14 obj-
$(CONFIG_FIREWIRE_NET
) += firewire-net.o
15 obj-
$(CONFIG_FIREWIRE_NOSY
) += nosy.o
16 obj-
$(CONFIG_PROVIDE_OHCI1394_DMA_INIT
) += init_ohci1394_dma.o