summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-02-26 14:50:59 +0900
committerTom Rini <trini@ti.com>2014-03-04 09:27:39 -0500
commit2d88a6acf8b5f40d996b4b1b5276b384f10e7525 (patch)
tree0fc32ca7a46229423bc4b366d2d32c338652bd64 /Makefile
parent57181573278a37d41c87d33e78813e37ab75bce5 (diff)
downloadtalos-obmc-uboot-2d88a6acf8b5f40d996b4b1b5276b384f10e7525.tar.gz
talos-obmc-uboot-2d88a6acf8b5f40d996b4b1b5276b384f10e7525.zip
Makefile: delete unused variable LDSCRIPT_MAKEFILE_DIR
LDSCRIPT_MAKEFILE_DIR is not referenced from anywhere. Remove. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 0281171ae8..ca15e25a70 100644
--- a/Makefile
+++ b/Makefile
@@ -489,8 +489,6 @@ endif
# that (or fail if absent). Otherwise, search for a linker script in a
# standard location.
-LDSCRIPT_MAKEFILE_DIR = $(dir $(LDSCRIPT))
-
ifndef LDSCRIPT
#LDSCRIPT := $(TOPDIR)/board/$(BOARDDIR)/u-boot.lds.debug
ifdef CONFIG_SYS_LDSCRIPT
@@ -515,8 +513,6 @@ ifndef LDSCRIPT
endif
ifeq ($(wildcard $(LDSCRIPT)),)
LDSCRIPT := $(TOPDIR)/arch/$(ARCH)/cpu/u-boot.lds
- # We don't expect a Makefile here
- LDSCRIPT_MAKEFILE_DIR =
endif
endif
OpenPOWER on IntegriCloud