Commit 57181573278a37d41c87d33e78813e37ab75bce5

Authored by Masahiro Yamada
Committed by Tom Rini
1 parent 19233d80bc

config.mk: Delete unused variable BCURDIR

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

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

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

... ... @@ -46,8 +46,6 @@
46 46 CPPFLAGS = $(RELFLAGS)
47 47 CPPFLAGS += -pipe $(PLATFORM_CPPFLAGS)
48 48  
49   -BCURDIR = $(subst $(SRCTREE)/,,$(CURDIR:$(obj)%=%))
50   -
51 49 LDFLAGS += $(PLATFORM_LDFLAGS)
52 50 LDFLAGS_FINAL += -Bstatic