Stephen, > -----Original Message----- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Friday, August 03, 2012 9:55 AM > To: Tom Warren > Cc: Allen Martin; Thierry Reding; Simon Glass; U-Boot Mailing List; Stephen > Warren > Subject: [PATCH 1/2] ARM: tegra: remove redundant mkdirs from board > Makefiles > > From: Stephen Warren <swar...@nvidia.com> > > 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 <swar...@nvidia.com>
This patchset (2 parts, including "ARM: tegra: fix Ventana standalone build") applied to u-boot-tegra/next. Thanks, Tom > --- > board/nvidia/harmony/Makefile | 4 ---- > board/nvidia/seaboard/Makefile | 4 ---- > board/nvidia/ventana/Makefile | 2 +- > board/nvidia/whistler/Makefile | 4 ---- > 4 files changed, 1 insertions(+), 13 deletions(-) > > diff --git a/board/nvidia/harmony/Makefile b/board/nvidia/harmony/Makefile > index b6efa1c..88b9dcf 100644 > --- a/board/nvidia/harmony/Makefile > +++ b/board/nvidia/harmony/Makefile > @@ -24,10 +24,6 @@ > > include $(TOPDIR)/config.mk > > -ifneq ($(OBJTREE),$(SRCTREE)) > -$(shell mkdir -p $(obj)../common) > -endif > - > LIB = $(obj)lib$(BOARD).o > > COBJS := $(BOARD).o > diff --git a/board/nvidia/seaboard/Makefile b/board/nvidia/seaboard/Makefile > index b6efa1c..88b9dcf 100644 > --- a/board/nvidia/seaboard/Makefile > +++ b/board/nvidia/seaboard/Makefile > @@ -24,10 +24,6 @@ > > include $(TOPDIR)/config.mk > > -ifneq ($(OBJTREE),$(SRCTREE)) > -$(shell mkdir -p $(obj)../common) > -endif > - > LIB = $(obj)lib$(BOARD).o > > COBJS := $(BOARD).o > diff --git a/board/nvidia/ventana/Makefile b/board/nvidia/ventana/Makefile > index e3b7435..611520c 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 > diff --git a/board/nvidia/whistler/Makefile b/board/nvidia/whistler/Makefile > index a910577..913f1ce 100644 > --- a/board/nvidia/whistler/Makefile > +++ b/board/nvidia/whistler/Makefile > @@ -24,10 +24,6 @@ > > include $(TOPDIR)/config.mk > > -ifneq ($(OBJTREE),$(SRCTREE)) > -$(shell mkdir -p $(obj)../common) > -endif > - > LIB = $(obj)lib$(BOARD).o > > COBJS := $(BOARD).o > -- > 1.7.0.4 -- nvpublic _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot