All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Drivers: ata: Makefile: replace the use of <module>-objs with <module>-y
@ 2010-10-16  3:41 Tracey Dent
  2010-10-17  2:45 ` Mark Lord
  0 siblings, 1 reply; 3+ messages in thread
From: Tracey Dent @ 2010-10-16  3:41 UTC (permalink / raw)
  To: jgarzik; +Cc: linux-kernel, avorontsov, linux-ide, Tracey Dent

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

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

diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile
index ccd461b..c501af5 100644
--- a/drivers/ata/Makefile
+++ b/drivers/ata/Makefile
@@ -99,7 +99,7 @@ obj-$(CONFIG_ATA_GENERIC)	+= ata_generic.o
 # Should be last libata driver
 obj-$(CONFIG_PATA_LEGACY)	+= pata_legacy.o
 
-libata-objs	:= libata-core.o libata-scsi.o libata-eh.o libata-transport.o
+libata-y	:= libata-core.o libata-scsi.o libata-eh.o libata-transport.o
 libata-$(CONFIG_ATA_SFF)	+= libata-sff.o
 libata-$(CONFIG_SATA_PMP)	+= libata-pmp.o
 libata-$(CONFIG_ATA_ACPI)	+= libata-acpi.o
-- 
1.7.3.1.104.gc752e


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

* Re: [PATCH] Drivers: ata: Makefile: replace the use of <module>-objs with <module>-y
  2010-10-16  3:41 [PATCH] Drivers: ata: Makefile: replace the use of <module>-objs with <module>-y Tracey Dent
@ 2010-10-17  2:45 ` Mark Lord
  2010-10-17 10:45   ` Tracey Dent
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Lord @ 2010-10-17  2:45 UTC (permalink / raw)
  To: Tracey Dent; +Cc: jgarzik, linux-kernel, avorontsov, linux-ide

On 10-10-15 11:41 PM, Tracey Dent wrote:
> Changed<module>-objs to<module>-y in Makefile.
..
> -libata-objs	:= libata-core.o libata-scsi.o libata-eh.o libata-transport.o
> +libata-y	:= libata-core.o libata-scsi.o libata-eh.o libata-transport.o


Why?

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

* Re: [PATCH] Drivers: ata: Makefile: replace the use of <module>-objs with <module>-y
  2010-10-17  2:45 ` Mark Lord
@ 2010-10-17 10:45   ` Tracey Dent
  0 siblings, 0 replies; 3+ messages in thread
From: Tracey Dent @ 2010-10-17 10:45 UTC (permalink / raw)
  To: Mark Lord; +Cc: jgarzik, linux-kernel, avorontsov, linux-ide

On 10/16/10, Mark Lord <kernel@teksavvy.com> wrote:
> On 10-10-15 11:41 PM, Tracey Dent wrote:
>> Changed<module>-objs to<module>-y in Makefile.
> ..
>> -libata-objs	:= libata-core.o libata-scsi.o libata-eh.o libata-transport.o
>> +libata-y	:= libata-core.o libata-scsi.o libata-eh.o libata-transport.o
>
>
> Why?
>

Using <module>-objs is deprecated and should now be replaced with
<module>-y(which is specified in Documentation/kbuild/makefiles.txt).

Regards,

Tracey D

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-16  3:41 [PATCH] Drivers: ata: Makefile: replace the use of <module>-objs with <module>-y Tracey Dent
2010-10-17  2:45 ` Mark Lord
2010-10-17 10:45   ` Tracey Dent

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.