diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-02-26 14:50:58 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-03-04 09:27:39 -0500 |
commit | 57181573278a37d41c87d33e78813e37ab75bce5 (patch) | |
tree | 2afea171655b1ebbbfd5f2ee962e6e75cd15083d /config.mk | |
parent | 19233d80bc184b048d98d28b66810c2a6df24e34 (diff) | |
download | u-boot-imx-57181573278a37d41c87d33e78813e37ab75bce5.zip u-boot-imx-57181573278a37d41c87d33e78813e37ab75bce5.tar.gz u-boot-imx-57181573278a37d41c87d33e78813e37ab75bce5.tar.bz2 |
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>
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 0 insertions, 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 |