From: Masahiro Yamada Date: Wed, 26 Feb 2014 05:50:58 +0000 (+0900) Subject: config.mk: Delete unused variable BCURDIR X-Git-Tag: v2014.04-rc2~64 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=57181573278a37d41c87d33e78813e37ab75bce5 config.mk: Delete unused variable BCURDIR This variable was abolished by Kbuild series. I forgot to delete it. Signed-off-by: Masahiro Yamada --- diff --git a/config.mk b/config.mk index 9897f20538..e59697f89f 100644 --- a/config.mk +++ b/config.mk @@ -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