summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-03-11 11:05:22 +0900
committerTom Rini <trini@ti.com>2014-03-12 17:04:59 -0400
commit37bdf35978b084956fc911ad662b92a6e3ab69af (patch)
tree34e744752971c8cf0a07a41f3932e53edc7d67ec /Makefile
parent5ee828ca95de622cd11d0f3ddcccf97f4935de5b (diff)
downloadtalos-obmc-uboot-37bdf35978b084956fc911ad662b92a6e3ab69af.tar.gz
talos-obmc-uboot-37bdf35978b084956fc911ad662b92a6e3ab69af.zip
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--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index fa1e0ae183..c8d5ccc2e8 100644
--- a/Makefile
+++ b/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
OpenPOWER on IntegriCloud