]> git.ipfire.org Git - people/ms/u-boot.git/commit
kbuild: rename SRCTREE to srctree
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 11 Mar 2014 02:05:20 +0000 (11:05 +0900)
committerTom Rini <trini@ti.com>
Wed, 12 Mar 2014 21:04:57 +0000 (17:04 -0400)
commit01286329b27b27eaeda045b469d41b1d9fce545a
treea9d83352c5130b4a3aa6d84c050927acb63afd93
parent4379ac614809da2128f8bc1f62e3dde4daaf7deb
kbuild: rename SRCTREE to srctree

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 for instead.
This commit renames SRCTREE to srctree and deletes the
defition of SRCTREE.

Note that SRCTREE in scripts/kernel-doc, scripts/docproc.c,
doc/DocBook/Makefile should be keep.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
17 files changed:
Makefile
board/ait/cam_enc_4xx/config.mk
board/avnet/fx12mm/Makefile
board/avnet/v5fx30teval/Makefile
board/xilinx/ml507/Makefile
config.mk
mkconfig
nand_spl/board/freescale/mpc8315erdb/Makefile
nand_spl/board/freescale/mpc8536ds/Makefile
nand_spl/board/freescale/mpc8569mds/Makefile
nand_spl/board/freescale/mpc8572ds/Makefile
nand_spl/board/freescale/p1023rds/Makefile
nand_spl/board/freescale/p1_p2_rdb/Makefile
nand_spl/board/sheldon/simpc8313/Makefile
spl/Makefile
tools/Makefile
tools/env/Makefile