diff options
Diffstat (limited to 'drivers/firewire/Makefile')
-rw-r--r-- | drivers/firewire/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/firewire/Makefile b/drivers/firewire/Makefile index a7c31e9039c1..bc3b9bf822bf 100644 --- a/drivers/firewire/Makefile +++ b/drivers/firewire/Makefile | |||
@@ -2,10 +2,10 @@ | |||
2 | # Makefile for the Linux IEEE 1394 implementation | 2 | # Makefile for the Linux IEEE 1394 implementation |
3 | # | 3 | # |
4 | 4 | ||
5 | firewire-core-y += fw-card.o fw-topology.o fw-transaction.o fw-iso.o \ | 5 | firewire-core-y += core-card.o core-cdev.o core-device.o \ |
6 | fw-device.o fw-cdev.o | 6 | core-iso.o core-topology.o core-transaction.o |
7 | firewire-ohci-y += fw-ohci.o | 7 | firewire-ohci-y += ohci.o |
8 | firewire-sbp2-y += fw-sbp2.o | 8 | firewire-sbp2-y += sbp2.o |
9 | 9 | ||
10 | obj-$(CONFIG_FIREWIRE) += firewire-core.o | 10 | obj-$(CONFIG_FIREWIRE) += firewire-core.o |
11 | obj-$(CONFIG_FIREWIRE_OHCI) += firewire-ohci.o | 11 | obj-$(CONFIG_FIREWIRE_OHCI) += firewire-ohci.o |