Re: [U-Boot] [PATCH] Convert Makefiles from COBJS-${} to COBJS-$()

2010-05-26 Thread Wolfgang Denk
Dear Kumar Gala, In message <1274433468-31825-1-git-send-email-ga...@kernel.crashing.org> you wrote: > Match style we use almost everywhere else > > Signed-off-by: Kumar Gala > --- > arch/powerpc/cpu/mpc512x/Makefile| 10 +- > board/freescale/common/Makefile | 22 +

[U-Boot] [PATCH] Convert Makefiles from COBJS-${} to COBJS-$()

2010-05-21 Thread Kumar Gala
Match style we use almost everywhere else Signed-off-by: Kumar Gala --- arch/powerpc/cpu/mpc512x/Makefile| 10 +- board/freescale/common/Makefile | 22 +++--- board/freescale/mpc8610hpcd/Makefile |2 +- 3 files changed, 17 insertions(+), 17 deletions(-)