]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Makefile: delete unnecessary lines
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 29 Nov 2013 00:43:57 +0000 (09:43 +0900)
committerTom Rini <trini@ti.com>
Mon, 16 Dec 2013 13:59:42 +0000 (08:59 -0500)
REMOTE_BUILD is not used any more.

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

index e5dacfbb3005d5448005ba0ab3b37f3b996ab6c2..a0e59737a837beec83b56e0d3e4a81b7353ec7b7 100644 (file)
--- 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.