diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-03-11 11:05:22 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-03-12 17:04:59 -0400 |
commit | 37bdf35978b084956fc911ad662b92a6e3ab69af (patch) | |
tree | 34e744752971c8cf0a07a41f3932e53edc7d67ec /Makefile | |
parent | 5ee828ca95de622cd11d0f3ddcccf97f4935de5b (diff) | |
download | u-boot-37bdf35978b084956fc911ad662b92a6e3ab69af.zip u-boot-37bdf35978b084956fc911ad662b92a6e3ab69af.tar.gz u-boot-37bdf35978b084956fc911ad662b92a6e3ab69af.tar.bz2 |
kbuild: delete SPLTREE and TPLTREE
These variable are no longer used.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -165,10 +165,6 @@ VPATH := $(srctree)$(if $(KBUILD_EXTMOD),:$(KBUILD_EXTMOD)) export srctree objtree VPATH -SPLTREE := $(objtree)/spl -TPLTREE := $(objtree)/tpl -export SPLTREE TPLTREE - MKCONFIG := $(srctree)/mkconfig export MKCONFIG |