kbuild: delete SPLTREE and TPLTREE

These variable are no longer used.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
Masahiro Yamada 2014-03-11 11:05:22 +09:00 committed by Tom Rini
parent 5ee828ca95
commit 37bdf35978

View File

@ -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