Re: [U-Boot] [PATCH 2/2] ARM: tegra: fix Ventana standalone build

2012-08-03 Thread Tom Warren
Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Friday, August 03, 2012 9:55 AM > To: Tom Warren > Cc: Allen Martin; Thierry Reding; Simon Glass; U-Boot Mailing List; Stephen > Warren > Subject: [PATCH 2/2] ARM: tegra: fix Ventana standalone buil

[U-Boot] [PATCH 2/2] ARM: tegra: fix Ventana standalone build

2012-08-03 Thread Stephen Warren
From: Stephen Warren Ventana always pulls in files from the Seaboard directory, so needs to mkdir $(obj)../seaboard unconditionally. This fixes: git clean -f -d -x ./MAKEALL ventana "MAKEALL -s tegra20" passes without this change, because Seaboard happens to be built before Ventana, and hence t