[U-Boot-Users] [PATCH] Xilinx PowerPC XPS_LL_TEMAC driver
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Sun Apr 27 11:19:35 CEST 2008
On 06:48 Sun 27 Apr , Yoshio Kashiwagi wrote:
>
> Signed-off-by: Yoshio Kashiwagi <kashiwagi at co-nss.co.jp>
> ---
> drivers/net/Makefile | 1 +
> drivers/net/xilinx_ll_temac.c | 371 ++++++++++++++++++++++++++++++++++
> +++++++
> 2 files changed, 372 insertions(+), 0 deletions(-)
> create mode 100644 drivers/net/xilinx_ll_temac.c
>
> diff --git a/drivers/net/Makefile b/drivers/net/Makefile
> index d5e413b..a11238b 100644
> --- a/drivers/net/Makefile
> +++ b/drivers/net/Makefile
> @@ -63,6 +63,7 @@ COBJS-y += uli526x.o
> COBJS-y += vsc7385.o
> COBJS-$(CONFIG_XILINX_EMAC) += xilinx_emac.o
> COBJS-$(CONFIG_XILINX_EMACLITE) += xilinx_emaclite.o
> +COBJS-$(CONFIG_XILINX_LL_TEMAC)) += xilinx_ll_temac.o
^
Please remove, it will never compile
use tab for indentation not space
and your patch is line wrapped
Best Regards,
J.
More information about the U-Boot
mailing list