Re: [U-Boot] [PATCH] xilinx-ppc4xx-generic: Fix Makefile to work with MAKEALL

2011-01-11 Thread Stefan Roese
On Friday 24 December 2010 01:38:10 Ricardo Ribalda Delgado wrote: > config.mk only mkdirs $(obj), but we have objects shared with other > boards located on other dirs. > > This patch mkdirs the needed dirs for the xlnx-generic boards. Applied to u-boot-ppc4xx/master. Thanks. Cheers, Stefan --

[U-Boot] [PATCH] xilinx-ppc4xx-generic: Fix Makefile to work with MAKEALL

2010-12-23 Thread Ricardo Ribalda Delgado
config.mk only mkdirs $(obj), but we have objects shared with other boards located on other dirs. This patch mkdirs the needed dirs for the xlnx-generic boards. --- board/xilinx/ppc405-generic/Makefile | 11 +++ board/xilinx/ppc440-generic/Makefile | 14 -- 2 files changed