]>
Commit | Line | Data |
---|---|---|
3038e353 KH |
1 | # |
2 | # Makefile for the Linux IEEE 1394 implementation | |
3 | # | |
4 | ||
e71d31da SR |
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 | |
b9530fd6 | 9 | firewire-net-y += net.o |
3038e353 | 10 | |
b9530fd6 | 11 | obj-$(CONFIG_FIREWIRE) += firewire-core.o |
9a60731d SR |
12 | obj-$(CONFIG_FIREWIRE_OHCI) += firewire-ohci.o |
13 | obj-$(CONFIG_FIREWIRE_SBP2) += firewire-sbp2.o | |
b9530fd6 | 14 | obj-$(CONFIG_FIREWIRE_NET) += firewire-net.o |