projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ee828c
)
kbuild: delete SPLTREE and TPLTREE
author
Masahiro Yamada
<yamada.m@jp.panasonic.com>
Tue, 11 Mar 2014 02:05:22 +0000
(11:05 +0900)
committer
Tom Rini
<trini@ti.com>
Wed, 12 Mar 2014 21:04:59 +0000
(17:04 -0400)
These variable are no longer used.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index fa1e0ae1839ea86bf69a9362cdc277ccbcc9f897..c8d5ccc2e891754e030431ab2442ae8941881f99 100644
(file)
--- 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