Re: [PATCH] Drivers: ata: Makefile: replace the use of <module>-objswith <module>-y

From: Tracey Dent
Date: Sun Oct 17 2010 - 06:45:41 EST


On 10/16/10, Mark Lord <kernel@xxxxxxxxxxxx> 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/