[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090509.131638.112506027.davem@davemloft.net>
Date: Sat, 09 May 2009 13:16:38 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: chaithrika@...com
Cc: netdev@...r.kernel.org,
davinci-linux-open-source@...ux.davincidsp.com, nsekhar@...com,
anantgole@...com, khilman@...prootsystems.com
Subject: Re: [PATCH net-next-2.6] TI DaVinci EMAC driver
From: Chaithrika U S <chaithrika@...com>
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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists