From: Masahiro Yamada <yamada.m@jp.panasonic.com>
Date: Fri, 29 Nov 2013 00:43:57 +0000 (+0900)
Subject: Makefile: delete unnecessary lines
X-Git-Tag: v2025.01-rc5-pxa1908~15510^2~48
X-Git-Url: http://git.dujemihanovic.xyz/img/html/index.html?a=commitdiff_plain;h=6bb6049bf2ecde91b62a4b3d55fa6ee8ed61520e;p=u-boot.git

Makefile: delete unnecessary lines

REMOTE_BUILD is not used any more.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
---

diff --git a/Makefile b/Makefile
index e5dacfbb30..a0e59737a8 100644
--- a/Makefile
+++ b/Makefile
@@ -109,11 +109,6 @@ export	TOPDIR SRCTREE OBJTREE SPLTREE TPLTREE
 MKCONFIG	:= $(SRCTREE)/mkconfig
 export MKCONFIG
 
-ifneq ($(OBJTREE),$(SRCTREE))
-REMOTE_BUILD	:= 1
-export REMOTE_BUILD
-endif
-
 # $(obj) and (src) are defined in config.mk but here in main Makefile
 # we also need them before config.mk is included which is the case for
 # some targets like unconfig, clean, clobber, distclean, etc.