bci: some more code for testing
[pandora-kernel.git] / drivers / firewire / Makefile
1 #
2 # Makefile for the Linux IEEE 1394 implementation
3 #
4
5 firewire-core-y += fw-card.o fw-topology.o fw-transaction.o fw-iso.o \
6                    fw-device.o fw-cdev.o
7 firewire-ohci-y += fw-ohci.o
8 firewire-sbp2-y += fw-sbp2.o
9
10 obj-$(CONFIG_FIREWIRE) += firewire-core.o
11 obj-$(CONFIG_FIREWIRE_OHCI) += firewire-ohci.o
12 obj-$(CONFIG_FIREWIRE_SBP2) += firewire-sbp2.o