Re: [U-Boot] [PATCH] ppc: Move conditional compilation of kgdb.c to Makefile

2009-11-24 Thread Wolfgang Denk
Dear Peter Tyser, In message <1257312667-22104-1-git-send-email-pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser > --- > lib_ppc/Makefile |2 +- > lib_ppc/kgdb.c |5 - > 2 files changed, 1 insertions(+), 6 deletions(-) Applied, thanks. Best regards, Wolfgang Denk --

[U-Boot] [PATCH] ppc: Move conditional compilation of kgdb.c to Makefile

2009-11-03 Thread Peter Tyser
Signed-off-by: Peter Tyser --- lib_ppc/Makefile |2 +- lib_ppc/kgdb.c |5 - 2 files changed, 1 insertions(+), 6 deletions(-) diff --git a/lib_ppc/Makefile b/lib_ppc/Makefile index 452107c..68b70b0 100644 --- a/lib_ppc/Makefile +++ b/lib_ppc/Makefile @@ -35,7 +35,7 @@ COBJS-y