Searched refs:ARCH (Results 1 – 16 of 16) sorted by relevance
/scripts/ |
A D | decodecode | 66 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 D | check-uapi.sh | 18 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 D | subarch.include | 2 # 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 D | min-tool-version.sh | 20 if [ "$ARCH" = parisc64 ]; then
|
A D | Makefile | 35 ifeq ($(ARCH),x86_64) 38 ifeq ($(ARCH),loongarch)
|
A D | Makefile.package | 176 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 D | tags.sh | 325 if [ "${ARCH}" = "um" ]; then
|
A D | Makefile.build | 439 cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -U$(ARCH) \
|
/scripts/package/ |
A D | buildtar | 34 …$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 D | mkspec | 37 %define ARCH ${ARCH}
|
A D | builddeb | 42 if [ "${ARCH}" = um ] ; then 68 if [ "${ARCH}" != um ]; then
|
A D | mkdebian | 169 if [ "$ARCH" = "um" ] ; then 266 ARCH := ${ARCH}
|
A D | kernel.spec | 4 %define makeflags %{?_smp_mflags} ARCH=%{ARCH}
|
/scripts/dtc/ |
A D | dtx_diff | 57 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 D | rules | 26 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 D | make | 57 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