mirror of
https://xff.cz/git/u-boot/
synced 2025-09-04 18:22:02 +02: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:
committed by
Tom Rini
parent
19233d80bc
commit
5718157327
@@ -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
|
||||||
|
Reference in New Issue
Block a user