[U-Boot] [PATCH 12/12] kbuild: delete SPLTREE and TPLTREE

Masahiro Yamada yamada.m at jp.panasonic.com
Tue Mar 11 03:05:22 CET 2014


These variable are no longer used.

Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
---

 Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Makefile b/Makefile
index fa1e0ae..c8d5ccc 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
 
-- 
1.8.3.2



More information about the U-Boot mailing list