From: Masahiro Yamada Date: Tue, 11 Mar 2014 02:05:22 +0000 (+0900) Subject: kbuild: delete SPLTREE and TPLTREE X-Git-Tag: v2014.04-rc3~66 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=37bdf35978b084956fc911ad662b92a6e3ab69af;p=oweals%2Fu-boot.git kbuild: delete SPLTREE and TPLTREE These variable are no longer used. Signed-off-by: Masahiro Yamada --- 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