diff mbox

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

Message ID 1393393865-11608-2-git-send-email-yamada.m@jp.panasonic.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Masahiro Yamada Feb. 26, 2014, 5:50 a.m. UTC
This variable was abolished by Kbuild series.
I forgot to delete it.

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

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

Comments

Tom Rini March 4, 2014, 7:15 p.m. UTC | #1
On Wed, Feb 26, 2014 at 02:50:58PM +0900, Masahiro Yamada wrote:

> This variable was abolished by Kbuild series.
> I forgot to delete it.
> 
> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

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