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