mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
Makefile: delete unnecessary lines
REMOTE_BUILD is not used any more. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
parent
82450b9a62
commit
6bb6049bf2
1 changed files with 0 additions and 5 deletions
5
Makefile
5
Makefile
|
@ -109,11 +109,6 @@ export TOPDIR SRCTREE OBJTREE SPLTREE TPLTREE
|
||||||
MKCONFIG := $(SRCTREE)/mkconfig
|
MKCONFIG := $(SRCTREE)/mkconfig
|
||||||
export 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
|
# $(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
|
# we also need them before config.mk is included which is the case for
|
||||||
# some targets like unconfig, clean, clobber, distclean, etc.
|
# some targets like unconfig, clean, clobber, distclean, etc.
|
||||||
|
|
Loading…
Reference in a new issue