2 # Makefile for the Linux IEEE 1394 implementation
5 firewire-core-y
+= fw-card.o fw-topology.o fw-transaction.o fw-iso.o \
7 firewire-ohci-y
+= fw-ohci.o
8 firewire-sbp2-y
+= fw-sbp2.o
10 obj-
$(CONFIG_FIREWIRE
) += firewire-core.o
11 obj-
$(CONFIG_FIREWIRE_OHCI
) += firewire-ohci.o
12 obj-
$(CONFIG_FIREWIRE_SBP2
) += firewire-sbp2.o