commit | e79449409fdb977e8a4f3d1870e07d9b7b7d5fe0 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Tue Mar 11 11:05:19 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Wed Mar 12 17:04:55 2014 -0400 |
tree | 6208e0c186281eeeeea1ef8b06799908e636d93d | |
parent | 50218809e8c53a0a2313f8a48f88183442267f96 [diff] |
kbuild: rename TOPDIR to stctree Prior to Kbuild, $(TOPDIR) or $(SRCTREE) was used for pointing to the top of source directory. (No difference between the two.) In Kbuild style, $(srctree) is used instead. This commit renames TOPDIR to srctree and delete the defition of TOPDIR. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>