Skip to content
Snippets Groups Projects
Commit 57181573 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

config.mk: Delete unused variable BCURDIR


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

Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
parent 19233d80
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,5 @@ OBJCOPYFLAGS += --gap-fill=0xff ...@@ -46,7 +46,5 @@ OBJCOPYFLAGS += --gap-fill=0xff
CPPFLAGS = $(RELFLAGS) CPPFLAGS = $(RELFLAGS)
CPPFLAGS += -pipe $(PLATFORM_CPPFLAGS) CPPFLAGS += -pipe $(PLATFORM_CPPFLAGS)
BCURDIR = $(subst $(SRCTREE)/,,$(CURDIR:$(obj)%=%))
LDFLAGS += $(PLATFORM_LDFLAGS) LDFLAGS += $(PLATFORM_LDFLAGS)
LDFLAGS_FINAL += -Bstatic LDFLAGS_FINAL += -Bstatic
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment