Explorar o código

firewire: Add to fw-core-y instead of assigning fw-core-objs in Makefile.

Signed-off-by: Kristian Hoegsberg <krh@redhat.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Kristian Høgsberg %!s(int64=18) %!d(string=hai) anos
pai
achega
58e313b362
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/firewire/Makefile

+ 1 - 1
drivers/firewire/Makefile

@@ -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