Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Kristian Høgsberg and committed by
Stefan Richter
58e313b3 4c5a443e

+1 -1
+1 -1
drivers/firewire/Makefile
··· 2 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 6 fw-device.o fw-cdev.o 7 7 8 8 obj-$(CONFIG_FIREWIRE) += fw-core.o