Home
last modified time | relevance | path

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

/scripts/
A Ddecodecode66 if [ -z "$ARCH" ]; then
68 aarch64*) ARCH=arm64 ;;
69 arm*) ARCH=arm ;;
70 loongarch*) ARCH=loongarch ;;
81 if [ "$ARCH" = "arm" ]; then
89 if [ "$ARCH" = "arm64" ]; then
97 if [ "$ARCH" = "riscv" ]; then
102 if [ "$ARCH" = "loongarch" ]; then
140 if [ "$ARCH" = "riscv" ]; then
A Dcheck-uapi.sh18 defined in ARCH.
38 ARCH Target architecture for the UAPI check (default is host arch)
168 } | SRCARCH="$ARCH" make --always-make -f - | tr " " "\n" \
198 make -j "$MAX_THREADS" ARCH="$ARCH" INSTALL_HDR_PATH="$install_dir" \
284 "$failed" "$total" "$ARCH"
290 "$total" "$ARCH"
408 ARCH="${ARCH:-$(uname -m)}"
409 if [ "$ARCH" = "x86_64" ]; then
410 ARCH="x86"
446 if [ ! -d "arch/${ARCH}" ]; then
[all …]
A Dsubarch.include2 # first, and if a usermode build is happening, the "ARCH=um" on the command
3 # 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
A Dmin-tool-version.sh20 if [ "$ARCH" = parisc64 ]; then
A DMakefile35 ifeq ($(ARCH),x86_64)
38 ifeq ($(ARCH),loongarch)
A DMakefile.package176 dir-tarballs := $(addprefix linux-$(KERNELRELEASE)-$(ARCH), .tar .tar.gz .tar.bz2 .tar.xz .tar.zst)
186 tar-pkg: linux-$(KERNELRELEASE)-$(ARCH).tar
189 tar%-pkg: linux-$(KERNELRELEASE)-$(ARCH).tar.% FORCE
A Dtags.sh325 if [ "${ARCH}" = "um" ]; then
A DMakefile.build439 cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -U$(ARCH) \
/scripts/package/
A Dbuildtar34 …$MAKE ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_DTBS_PATH="${tmpdir}/boot/dtbs/${KERNELRELEASE…
42 make ARCH="${ARCH}" -f ${srctree}/Makefile INSTALL_MOD_PATH="${tmpdir}" modules_install
60 case "${ARCH}" in
A Dmkspec37 %define ARCH ${ARCH}
A Dbuilddeb42 if [ "${ARCH}" = um ] ; then
68 if [ "${ARCH}" != um ]; then
A Dmkdebian169 if [ "$ARCH" = "um" ] ; then
266 ARCH := ${ARCH}
A Dkernel.spec4 %define makeflags %{?_smp_mflags} ARCH=%{ARCH}
/scripts/dtc/
A Ddtx_diff57 The shell variable \${ARCH} must provide the architecture containing
62 may not work since \${ARCH} is part of the include path. The following
65 `basename $0` ARCH=arch_of_dtx_1 DTx_1 >tmp_dtx_1.dts
66 `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
145 echo " ${srctree}/arch/${ARCH}/ does not exist" >&2
146 echo " Is \$ARCH='${ARCH}' correct?" >&2
/scripts/package/debian/
A Drules26 make-opts = ARCH=$(ARCH) KERNELRELEASE=$(KERNELRELEASE) \
80 $(Q)$(MAKE) $(make-opts) $(if $(filter um,$(ARCH)),,headers) all
86 $(Q)$(MAKE) ARCH=$(ARCH) clean
/scripts/bash-completion/
A Dmake57 ARCH)
198 # see if ARCH= is explicitly specified
200 if [[ ${words[i]} == ARCH=* ]]; then
201 arch=${words[i]#ARCH=}
206 # If ARCH= is not specified, check the build marchine's architecture
403 ARCH=

Completed in 13 milliseconds