]> Git Repo - J-u-boot.git/commitdiff
config.mk: Delete unused variable BCURDIR
authorMasahiro Yamada <[email protected]>
Wed, 26 Feb 2014 05:50:58 +0000 (14:50 +0900)
committerTom Rini <[email protected]>
Tue, 4 Mar 2014 14:27:39 +0000 (09:27 -0500)
This variable was abolished by Kbuild series.
I forgot to delete it.

Signed-off-by: Masahiro Yamada <[email protected]>
config.mk

index 9897f20538af3dac162de740632d7120a9c7dae9..e59697f89f2061e60cc6a1b8c1b959ed14b0ddbd 100644 (file)
--- 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
This page took 0.044064 seconds and 4 git commands to generate.