diff options
Diffstat (limited to 'drivers/firewire/Makefile')
-rw-r--r-- | drivers/firewire/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/firewire/Makefile b/drivers/firewire/Makefile index db7020dd02af..da77bc0501e4 100644 --- a/drivers/firewire/Makefile +++ b/drivers/firewire/Makefile | |||
@@ -2,6 +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-objs := fw-card.o fw-topology.o fw-transaction.o fw-iso.o \ |
6 | fw-device.o fw-device-cdev.o | ||
6 | 7 | ||
7 | obj-$(CONFIG_FW) += fw-core.o | 8 | obj-$(CONFIG_FW) += fw-core.o |