From: Masahiro Yamada Date: Fri, 29 Nov 2013 00:43:57 +0000 (+0900) Subject: Makefile: delete unnecessary lines X-Git-Url: http://git.dujemihanovic.xyz/login.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 --- 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.