Searched refs:ARCH (Results 1 – 8 of 8) sorted by relevance
54 The shell variable \${ARCH} must provide the architecture containing59 may not work since \${ARCH} is part of the include path. Two possible63 <(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.dts67 `basename $0` ARCH=arch_of_dtx_2 DTx_2 >tmp_dtx_2.dts126 if [ "${ARCH}" = "" ] ; then134 if [ "${dtx_arch}" != "" -a "${dtx_arch}" != "${ARCH}" ] ; then139 echo " >>\$ARCH<< is: >>${ARCH}<<" >&2142 if [ ! -d ${srctree}/arch/${ARCH} ] ; then[all …]
19 tarball="${objtree}/linux-${KERNELRELEASE}-${ARCH}.tar"60 make ARCH="${ARCH}" O="${objtree}" KBUILD_SRC= INSTALL_MOD_PATH="${tmpdir}" modules_install75 case "${ARCH}" in
106 if [ "$ARCH" = "um" ] ; then113 case $ARCH in134 if [ "$ARCH" = "um" ] ; then148 cp arch/$ARCH/boot/$KBUILD_IMAGE "$tmpdir/$installed_image_path"162 if [ "$ARCH" = "um" ] ; then186 if [ "$ARCH" != "um" ]; then375 if [ "$ARCH" != "um" ]; then
10 make ARCH=$2 KBUILD_HEADERS=$1 headers_$1
4 ARCH=$2
53 if [ "$ARCH" = "arm" ]; then
295 if [ "${ARCH}" = "um" ]; then
386 cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -C -U$(ARCH) \