summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-11-29 09:43:57 +0900
committerTom Rini <trini@ti.com>2013-12-16 08:59:42 -0500
commit6bb6049bf2ecde91b62a4b3d55fa6ee8ed61520e (patch)
tree316b3048bdae3de5cc6236f7e521bc8375b5348c
parent82450b9a62f381ed3ef40ef3753dd4bda61db90e (diff)
downloadblackbird-obmc-uboot-6bb6049bf2ecde91b62a4b3d55fa6ee8ed61520e.tar.gz
blackbird-obmc-uboot-6bb6049bf2ecde91b62a4b3d55fa6ee8ed61520e.zip
Makefile: delete unnecessary lines
REMOTE_BUILD is not used any more. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
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.
OpenPOWER on IntegriCloud