diff options
author | Allen Martin | 2012-08-31 08:30:04 +0000 |
---|---|---|
committer | Albert ARIBAUD | 2012-09-01 14:58:21 +0200 |
commit | e3e5dac412b1b4c75050705be039c5c3bef877b6 (patch) | |
tree | dac6d19f2538fd48b3661422b442306de734c27f /board/compal/paz00 | |
parent | ba5dcb34de776b3c11769bf53719197644bc4e5d (diff) |
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 <amartin@nvidia.com>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Tested-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'board/compal/paz00')
-rw-r--r-- | board/compal/paz00/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/compal/paz00/Makefile b/board/compal/paz00/Makefile index 488e3810166..7f7287ee9a0 100644 --- a/board/compal/paz00/Makefile +++ b/board/compal/paz00/Makefile @@ -16,9 +16,7 @@ include $(TOPDIR)/config.mk -ifneq ($(OBJTREE),$(SRCTREE)) $(shell mkdir -p $(obj)../../nvidia/common) -endif LIB = $(obj)lib$(BOARD).o |