[U-Boot] [PATCH 1/8] config.mk: Delete unused variable BCURDIR

Masahiro Yamada yamada.m at jp.panasonic.com
Wed Feb 26 06:50:58 CET 2014


This variable was abolished by Kbuild series.
I forgot to delete it.

Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
---

 config.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/config.mk b/config.mk
index 9897f20..e59697f 100644
--- a/config.mk
+++ b/config.mk
@@ -46,7 +46,5 @@ OBJCOPYFLAGS += --gap-fill=0xff
 CPPFLAGS = $(RELFLAGS)
 CPPFLAGS += -pipe $(PLATFORM_CPPFLAGS)
 
-BCURDIR = $(subst $(SRCTREE)/,,$(CURDIR:$(obj)%=%))
-
 LDFLAGS += $(PLATFORM_LDFLAGS)
 LDFLAGS_FINAL += -Bstatic
-- 
1.8.3.2



More information about the U-Boot mailing list