projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c5a443
)
firewire: Add to fw-core-y instead of assigning fw-core-objs in Makefile.
author
Kristian Høgsberg
<krh@redhat.com>
Tue, 8 May 2007 00:33:38 +0000
(20:33 -0400)
committer
Stefan 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/firewire/Makefile
b/drivers/firewire/Makefile
index 7f02d6fe7a44f19e0c3a0ceb9913c7b5b0a9989a..fc7d59d4bce049946a331e726395cc5283ae312b 100644
(file)
--- a/
drivers/firewire/Makefile
+++ b/
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