Skip to content

Commit

Permalink
config.mk: Delete unused variable BCURDIR
Browse files Browse the repository at this point in the history
This variable was abolished by Kbuild series.
I forgot to delete it.

Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
masahir0y authored and trini committed Mar 4, 2014
1 parent 19233d8 commit 5718157
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5718157

Please sign in to comment.