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:
parent
5ee828ca95
commit
37bdf35978
1 changed files with 0 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue