From: Masahiro Yamada Date: Wed, 26 Feb 2014 05:50:59 +0000 (+0900) Subject: Makefile: delete unused variable LDSCRIPT_MAKEFILE_DIR X-Git-Tag: submit/tizen/20140310.095527~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2d88a6acf8b5f40d996b4b1b5276b384f10e7525;p=platform%2Fkernel%2Fu-boot.git Makefile: delete unused variable LDSCRIPT_MAKEFILE_DIR LDSCRIPT_MAKEFILE_DIR is not referenced from anywhere. Remove. Signed-off-by: Masahiro Yamada --- diff --git a/Makefile b/Makefile index 0281171..ca15e25 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