From 3aa7a6a63559127b2549fddf025612429226e1fe Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Fri, 3 Aug 2012 06:55:03 +0000 Subject: 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 Signed-off-by: Tom Warren --- board/nvidia/ventana/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/nvidia/ventana/Makefile') 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 -- cgit v1.2.1