[U-Boot-Users] [PATCH 07/13] microblaze: Add Emaclite driver to Makefile
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Fri Apr 4 23:51:41 CEST 2008
On 12:52 Fri 04 Apr , monstr at seznam.cz wrote:
> From: Michal Simek <monstr at monstr.eu>
>
> Signed-off-by: Michal Simek <monstr at monstr.eu>
> ---
> drivers/net/Makefile | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/net/Makefile b/drivers/net/Makefile
> index e6b0543..1ae517d 100644
> --- a/drivers/net/Makefile
> +++ b/drivers/net/Makefile
> @@ -60,6 +60,7 @@ COBJS-y += tsi108_eth.o
> COBJS-y += uli526x.o
> COBJS-y += vsc7385.o
> COBJS-$(CONFIG_XILINX_EMAC) += xilinx_emac.o
> +COBJS-$(CONFIG_XILINX_EMACLITE) += xilinx_emaclite.o
>
> COBJS := $(COBJS-y)
> SRCS := $(COBJS:.o=.c)
> --
Please do it when you add the driver
Best Regards,
J.
More information about the U-Boot
mailing list