Re: [U-Boot] [PATCH v6 05/15] tegra20: make board mkdir commands unconditional

2012-07-03 Thread Stephen Warren
On 07/02/2012 11:52 PM, Allen Martin wrote: Change the mkdir commands for the object directories to be unconditional. This fixes an issue when building for SPL where SRCTREE and OBJTREE are the same, but $(obj) is under SPLTREE. Signed-off-by: Allen Martin amar...@nvidia.com All the

[U-Boot] [PATCH v6 05/15] tegra20: make board mkdir commands unconditional

2012-07-02 Thread Allen Martin
Change the mkdir commands for the object directories to be unconditional. This fixes an issue when building for SPL where SRCTREE and OBJTREE are the same, but $(obj) is under SPLTREE. Signed-off-by: Allen Martin amar...@nvidia.com --- board/avionic-design/medcom/Makefile |2 --