Searched refs:ARCH (Results 1 – 11 of 11) sorted by relevance
20 tarball="${objtree}/linux-${KERNELRELEASE}-${ARCH}.tar"63 …$MAKE ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_DTBS_PATH="${tmpdir}/boot/dtbs/${KERNELRELEASE…72 make ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_MOD_PATH="${tmpdir}" modules_install88 case "${ARCH}" in
115 if [ "$ARCH" = "um" ] ; then122 case $ARCH in141 if [ "$ARCH" = "um" ] ; then163 if [ "$ARCH" = "um" ] ; then211 if [ "$ARCH" != "um" ]; then
98 if [ "$ARCH" = "um" ] ; then
5 ARCH=$2190 for xchg in "${ARCH}xchg" "${ARCH}cmpxchg" "${ARCH}cmpxchg64"; do195 gen_proto "${meta}" "${name}" "${ARCH}" "atomic" "int" ${args}206 gen_proto "${meta}" "${name}" "${ARCH}" "atomic64" "s64" ${args}
64 if [ -z "$ARCH" ]; then66 aarch64*) ARCH=arm64 ;;67 arm*) ARCH=arm ;;78 if [ "$ARCH" = "arm" ]; then86 if [ "$ARCH" = "arm64" ]; then
2 # first, and if a usermode build is happening, the "ARCH=um" on the command3 # line overrides the setting of ARCH below. If a native build is happening,4 # then ARCH is assigned, getting whatever value it gets normally, and
27 ifeq ($(ARCH),x86_64)28 ARCH := x86 macro
5 ARCH=$2
304 if [ "${ARCH}" = "um" ]; then
363 cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -U$(ARCH) \
57 The shell variable \${ARCH} must provide the architecture containing62 may not work since \${ARCH} is part of the include path. The following65 `basename $0` ARCH=arch_of_dtx_1 DTx_1 >tmp_dtx_1.dts66 `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} ] ; then145 echo " ${srctree}/arch/${ARCH}/ does not exist" >&2146 echo " Is \$ARCH='${ARCH}' correct?" >&2