mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 07:31:15 +00:00
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>
This commit is contained in:
parent
19233d80bc
commit
5718157327
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue