summaryrefslogtreecommitdiffstats
path: root/mkconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-03-11 11:05:21 +0900
committerTom Rini <trini@ti.com>2014-03-12 17:04:58 -0400
commit5ee828ca95de622cd11d0f3ddcccf97f4935de5b (patch)
tree0bf4414f986c2d7e63b635ea12e773327e7d2cb5 /mkconfig
parent01286329b27b27eaeda045b469d41b1d9fce545a (diff)
downloadtalos-obmc-uboot-5ee828ca95de622cd11d0f3ddcccf97f4935de5b.tar.gz
talos-obmc-uboot-5ee828ca95de622cd11d0f3ddcccf97f4935de5b.zip
kbuild: rename OBJTREE to objtree
Prior to Kbuild, $(OBJTREE) was used for pointing to the top of build directory with absolute path. In Kbuild style, $(objtree) is used instead. This commit renames OBJTREE to objtree and delete the defition of OBJTREE. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'mkconfig')
-rwxr-xr-xmkconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkconfig b/mkconfig
index 17ff298199..cd911a9dc7 100755
--- a/mkconfig
+++ b/mkconfig
@@ -104,9 +104,9 @@ fi
# Create link to architecture specific headers
#
if [ -n "$KBUILD_SRC" ] ; then
- mkdir -p ${OBJTREE}/include
+ mkdir -p ${objtree}/include
LNPREFIX=${srctree}/arch/${arch}/include/asm/
- cd ${OBJTREE}/include
+ cd ${objtree}/include
mkdir -p asm
else
cd arch/${arch}/include
OpenPOWER on IntegriCloud