summaryrefslogtreecommitdiffstats
path: root/board/nvidia/ventana/Makefile
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-08-03 06:55:03 +0000
committerTom Warren <twarren@nvidia.com>2012-09-07 13:54:31 -0700
commit3aa7a6a63559127b2549fddf025612429226e1fe (patch)
treea965cfa4844d4be111b7cf33f1bd7aa320ea53e3 /board/nvidia/ventana/Makefile
parent573668a24e3e4ed5667332ea656e35021767ea6d (diff)
downloadblackbird-obmc-uboot-3aa7a6a63559127b2549fddf025612429226e1fe.tar.gz
blackbird-obmc-uboot-3aa7a6a63559127b2549fddf025612429226e1fe.zip
ARM: tegra: remove redundant mkdirs from board Makefiles
None of harmony, seaboard, ventana, whistler directly build files from ../common/, so there's no need to mkdir the obj directory for such files. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'board/nvidia/ventana/Makefile')
-rw-r--r--board/nvidia/ventana/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/nvidia/ventana/Makefile b/board/nvidia/ventana/Makefile
index e3b7435530..611520c8eb 100644
--- a/board/nvidia/ventana/Makefile
+++ b/board/nvidia/ventana/Makefile
@@ -25,7 +25,7 @@
include $(TOPDIR)/config.mk
ifneq ($(OBJTREE),$(SRCTREE))
-$(shell mkdir -p $(obj)../common $(obj)../seaboard)
+$(shell mkdir -p $(obj)../seaboard)
endif
LIB = $(obj)lib$(BOARD).o
OpenPOWER on IntegriCloud