commit | 7fd7c6d0798524a7a9ba1d2b1df4d720f26fdda2 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Tue Mar 11 11:05:22 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Wed Mar 12 17:04:59 2014 -0400 |
tree | 34e744752971c8cf0a07a41f3932e53edc7d67ec | |
parent | 80f0398c94ad07ed65b43e495d61ceacb49db6cc [diff] |
kbuild: delete SPLTREE and TPLTREE These variable are no longer used. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
diff --git a/Makefile b/Makefile index fa1e0ae..c8d5ccc 100644 --- a/Makefile +++ b/Makefile
@@ -165,10 +165,6 @@ export srctree objtree VPATH -SPLTREE := $(objtree)/spl -TPLTREE := $(objtree)/tpl -export SPLTREE TPLTREE - MKCONFIG := $(srctree)/mkconfig export MKCONFIG