From e3e5dac412b1b4c75050705be039c5c3bef877b6 Mon Sep 17 00:00:00 2001 From: Allen Martin Date: Fri, 31 Aug 2012 08:30:04 +0000 Subject: tegra20: make board mkdir commands unconditional 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 Acked-by: Stephen Warren Tested-by: Thierry Reding Signed-off-by: Tom Warren --- board/compulab/trimslice/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'board/compulab/trimslice') diff --git a/board/compulab/trimslice/Makefile b/board/compulab/trimslice/Makefile index bf624f41a2..ff0787967d 100644 --- a/board/compulab/trimslice/Makefile +++ b/board/compulab/trimslice/Makefile @@ -24,9 +24,7 @@ include $(TOPDIR)/config.mk -ifneq ($(OBJTREE),$(SRCTREE)) $(shell mkdir -p $(obj)../../nvidia/common) -endif LIB = $(obj)lib$(BOARD).o -- cgit v1.2.1