> -----Original Message-----
> From: David Miller [mailto:[email protected]]
> Sent: Sunday, May 10, 2009 1:47 AM
> To: [email protected]
> Cc: [email protected]; davinci-linux-open-
> [email protected]; [email protected]; [email protected];
> [email protected]
> Subject: Re: [PATCH net-next-2.6] TI DaVinci EMAC driver
> 
> From: Chaithrika U S <[email protected]>
> Date: Fri,  8 May 2009 09:34:22 -0400
> 
> > diff --git a/drivers/net/Makefile b/drivers/net/Makefile
> > index dcd5f15..34f1253 100644
> > --- a/drivers/net/Makefile
> > +++ b/drivers/net/Makefile
> > @@ -2,6 +2,9 @@
> >  # Makefile for the Linux network (ethercard) device drivers.
> >  #
> >
> > +davinci_emac_driver-objs := davinci_emac.o
> > +obj-$(CONFIG_TI_DAVINCI_EMAC) += davinci_emac_driver.o
> > +
> >  obj-$(CONFIG_E1000) += e1000/
> >  obj-$(CONFIG_E1000E) += e1000e/
> >  obj-$(CONFIG_IBM_NEW_EMAC) += ibm_newemac/
> 
> If there is only one source file, this complicated construct
> is overkill.  Simply do something like:
> 
> obj-$(CONFIG_TI_DAVINCI_EMAC) += davinci_emac.o

OK. Will change the makefile entry.

Regards,
Chaithrika


_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to