[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <AANLkTi=39JTBALKH2zi118_a9kx_wpH2TyBY5LA6d9fe@mail.gmail.com>
Date: Sun, 17 Oct 2010 06:45:33 -0400
From: Tracey Dent <tdent48227@...il.com>
To: Mark Lord <kernel@...savvy.com>
Cc: jgarzik@...ox.com, linux-kernel@...r.kernel.org,
avorontsov@...mvista.com, linux-ide@...r.kernel.org
Subject: Re: [PATCH] Drivers: ata: Makefile: replace the use of <module>-objs
with <module>-y
On 10/16/10, Mark Lord <kernel@...savvy.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists