[U-Boot] [PATCH] Makefile: delete unnecessary lines

Masahiro Yamada yamada.m at jp.panasonic.com
Fri Nov 29 01:43:57 CET 2013


REMOTE_BUILD is not used any more.

Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
---
 Makefile | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/Makefile b/Makefile
index a6cc44c..f41497c 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.
-- 
1.8.3.2



More information about the U-Boot mailing list