diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-11-29 09:43:57 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-12-16 08:59:42 -0500 |
commit | 6bb6049bf2ecde91b62a4b3d55fa6ee8ed61520e (patch) | |
tree | 316b3048bdae3de5cc6236f7e521bc8375b5348c /Makefile | |
parent | 82450b9a62f381ed3ef40ef3753dd4bda61db90e (diff) | |
download | u-boot-imx-6bb6049bf2ecde91b62a4b3d55fa6ee8ed61520e.zip u-boot-imx-6bb6049bf2ecde91b62a4b3d55fa6ee8ed61520e.tar.gz u-boot-imx-6bb6049bf2ecde91b62a4b3d55fa6ee8ed61520e.tar.bz2 |
Makefile: delete unnecessary lines
REMOTE_BUILD is not used any more.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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. |