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:
490da40
)
drivers/block/Makefile: replace the use of <module>-objs with <module>-y
author
Tracey Dent
<tdent48227@gmail.com>
Wed, 19 Jan 2011 15:25:02 +0000
(08:25 -0700)
committer
Jens Axboe
<jaxboe@fusionio.com>
Wed, 19 Jan 2011 15:25:02 +0000
(08:25 -0700)
Change Makefile to use <modules>-y instead of <modules>-objs because -objs
is deprecated and should now be switched. According to
(documentation/kbuild/makefiles.txt).
Signed-off-by: Tracey Dent <tdent48227@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
drivers/block/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/drivers/block/Makefile
b/drivers/block/Makefile
index d7f463d6312d6494c3ef795c5b96ff11fa0ec801..40528ba56d1bf1a1a2db7c2728b10219b98cd029 100644
(file)
--- a/
drivers/block/Makefile
+++ b/
drivers/block/Makefile
@@
-39,4
+39,4
@@
obj-$(CONFIG_XEN_BLKDEV_FRONTEND) += xen-blkfront.o
obj-$(CONFIG_BLK_DEV_DRBD) += drbd/
obj-$(CONFIG_BLK_DEV_RBD) += rbd.o
-swim_mod-
objs
:= swim.o swim_asm.o
+swim_mod-
y
:= swim.o swim_asm.o