firewire: Add to fw-core-y instead of assigning fw-core-objs in Makefile.
authorKristian Høgsberg <krh@redhat.com>
Tue, 8 May 2007 00:33:38 +0000 (20:33 -0400)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Thu, 10 May 2007 16:24:13 +0000 (18:24 +0200)
Signed-off-by: Kristian Hoegsberg <krh@redhat.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/firewire/Makefile

index 7f02d6f..fc7d59d 100644 (file)
@@ -2,7 +2,7 @@
 # Makefile for the Linux IEEE 1394 implementation
 #
 
-fw-core-objs := fw-card.o fw-topology.o fw-transaction.o fw-iso.o \
+fw-core-y += fw-card.o fw-topology.o fw-transaction.o fw-iso.o \
        fw-device.o fw-cdev.o
 
 obj-$(CONFIG_FIREWIRE) += fw-core.o