mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] Drivers: block: Makefile: replace the use of <module>-objs with <module>-y
@ 2010-10-16  4:09 Tracey Dent
  2010-10-16  4:09 ` [PATCH 2/2] Drivers: block: aoe: " Tracey Dent
  0 siblings, 1 reply; 2+ messages in thread
From: Tracey Dent @ 2010-10-16  4:09 UTC (permalink / raw)
  To: sage; +Cc: ecashin, yehuda, linux-kernel, Tracey Dent

Changed <module>-objs to <module>-y in Makefile.

Signed-off-by: Tracey Dent <tdent48227@gmail.com>
---
 drivers/block/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/block/Makefile b/drivers/block/Makefile
index d7f463d..40528ba 100644
--- 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
-- 
1.7.3.1.104.gc752e


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 2/2] Drivers: block: aoe: Makefile: replace the use of <module>-objs with <module>-y
  2010-10-16  4:09 [PATCH 1/2] Drivers: block: Makefile: replace the use of <module>-objs with <module>-y Tracey Dent
@ 2010-10-16  4:09 ` Tracey Dent
  0 siblings, 0 replies; 2+ messages in thread
From: Tracey Dent @ 2010-10-16  4:09 UTC (permalink / raw)
  To: sage; +Cc: ecashin, yehuda, linux-kernel, Tracey Dent

Changed <module>-objs to <module>-y in Makefile.

Signed-off-by: Tracey Dent <tdent48227@gmail.com>
---
 drivers/block/aoe/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/block/aoe/Makefile b/drivers/block/aoe/Makefile
index e76d997..06ea82c 100644
--- a/drivers/block/aoe/Makefile
+++ b/drivers/block/aoe/Makefile
@@ -3,4 +3,4 @@
 #
 
 obj-$(CONFIG_ATA_OVER_ETH)	+= aoe.o
-aoe-objs := aoeblk.o aoechr.o aoecmd.o aoedev.o aoemain.o aoenet.o
+aoe-y := aoeblk.o aoechr.o aoecmd.o aoedev.o aoemain.o aoenet.o
-- 
1.7.3.1.104.gc752e


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-16  4:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-16  4:09 [PATCH 1/2] Drivers: block: Makefile: replace the use of <module>-objs with <module>-y Tracey Dent
2010-10-16  4:09 ` [PATCH 2/2] Drivers: block: aoe: " Tracey Dent

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®