Home
last modified time | relevance | path

Searched refs:ARCH (Results 1 – 8 of 8) sorted by relevance

/scripts/dtc/
Ddtx_diff54 The shell variable \${ARCH} must provide the architecture containing
59 may not work since \${ARCH} is part of the include path. Two possible
63 <(ARCH=arch_of_dtx_1 `basename $0` DTx_1) \\
64 <(ARCH=arch_of_dtx_2 `basename $0` DTx_2)
66 `basename $0` ARCH=arch_of_dtx_1 DTx_1 >tmp_dtx_1.dts
67 `basename $0` ARCH=arch_of_dtx_2 DTx_2 >tmp_dtx_2.dts
126 if [ "${ARCH}" = "" ] ; then
134 if [ "${dtx_arch}" != "" -a "${dtx_arch}" != "${ARCH}" ] ; then
139 echo " >>\$ARCH<< is: >>${ARCH}<<" >&2
142 if [ ! -d ${srctree}/arch/${ARCH} ] ; then
[all …]
/scripts/package/
Dbuildtar19 tarball="${objtree}/linux-${KERNELRELEASE}-${ARCH}.tar"
60 make ARCH="${ARCH}" O="${objtree}" KBUILD_SRC= INSTALL_MOD_PATH="${tmpdir}" modules_install
75 case "${ARCH}" in
Dbuilddeb106 if [ "$ARCH" = "um" ] ; then
113 case $ARCH in
134 if [ "$ARCH" = "um" ] ; then
148 cp arch/$ARCH/boot/$KBUILD_IMAGE "$tmpdir/$installed_image_path"
162 if [ "$ARCH" = "um" ] ; then
186 if [ "$ARCH" != "um" ]; then
375 if [ "$ARCH" != "um" ]; then
/scripts/
Dheaders.sh10 make ARCH=$2 KBUILD_HEADERS=$1 headers_$1
Dmkcompile_h4 ARCH=$2
Ddecodecode53 if [ "$ARCH" = "arm" ]; then
Dtags.sh295 if [ "${ARCH}" = "um" ]; then
DMakefile.build386 cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -C -U$(ARCH) \