Searched refs:ARCH (Results 51 - 75 of 89) sorted by relevance

1234

/linux-master/arch/arm64/kernel/vdso/
H A DMakefile59 CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
/linux-master/arch/csky/kernel/vdso/
H A DMakefile24 CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
/linux-master/arch/sparc/
H A DMakefile12 ifeq ($(ARCH),sparc64)
/linux-master/drivers/net/wan/
H A DMakefile38 ifeq ($(ARCH),m68k)
/linux-master/arch/s390/kernel/vdso32/
H A DMakefile33 CPPFLAGS_vdso32.lds += -P -C -U$(ARCH)
/linux-master/drivers/gpu/drm/amd/display/include/
H A Dlink_service_types.h230 #error ARCH not defined!
/linux-master/scripts/package/
H A Dkernel.spec4 %define makeflags %{?_smp_mflags} ARCH=%{ARCH}
H A Dbuilddeb40 if [ "${ARCH}" = um ] ; then
/linux-master/arch/riscv/kernel/compat_vdso/
H A DMakefile35 CPPFLAGS_compat_vdso.lds += -P -C -DCOMPAT_VDSO -U$(ARCH)
/linux-master/arch/riscv/kernel/vdso/
H A DMakefile33 CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
/linux-master/tools/testing/selftests/amd-pstate/
H A Drun.sh19 ARCH=$(uname -m 2>/dev/null | sed -e 's/i.86/x86/' -e 's/x86_64/x86/')
240 if ! echo "$ARCH" | grep -q x86; then
/linux-master/lib/raid6/
H A DMakefile42 ifeq ($(ARCH),arm)
46 ifeq ($(ARCH),arm64)
/linux-master/
H A DMakefile375 # When performing cross compilation for other architectures ARCH shall be set
377 # ARCH can be set during invocation of make:
378 # make ARCH=arm64
379 # Another way is to have ARCH set in the environment.
380 # The default ARCH is the host where make is executed.
390 ARCH ?= $(SUBARCH) macro
393 UTS_MACHINE := $(ARCH)
394 SRCARCH := $(ARCH)
396 # Additional ARCH settings for x86
397 ifeq ($(ARCH),i38
[all...]
/linux-master/tools/bpf/resolve_btfids/
H A DMakefile21 HOST_OVERRIDES := AR="$(HOSTAR)" CC="$(HOSTCC)" LD="$(HOSTLD)" ARCH="$(HOSTARCH)" \
/linux-master/tools/testing/selftests/nolibc/
H A Drun-tests.sh40 -a [ARCH] Host architecture of toolchains to use (default: ${hostarch})
/linux-master/arch/um/
H A DMakefile112 $(Q)$(MAKE) -f $(srctree)/Makefile ARCH=$(HEADER_ARCH) asm-generic archheaders
/linux-master/arch/s390/kernel/vdso64/
H A DMakefile38 CPPFLAGS_vdso64.lds += -P -C -U$(ARCH)
/linux-master/tools/testing/selftests/hid/
H A DMakefile124 ARCH= CROSS_COMPILE= CC=$(HOSTCC) LD=$(HOSTLD) \
141 EXTRA_CFLAGS='-g -O0' ARCH= CROSS_COMPILE= \
/linux-master/arch/x86/
H A DMakefile5 ifeq ($(ARCH),x86)
12 KBUILD_DEFCONFIG := $(ARCH)_defconfig
/linux-master/scripts/
H A DMakefile.package159 dir-tarballs := $(addprefix linux-$(KERNELRELEASE)-$(ARCH), .tar .tar.gz .tar.bz2 .tar.xz .tar.zst)
169 tar-pkg: linux-$(KERNELRELEASE)-$(ARCH).tar
172 tar%-pkg: linux-$(KERNELRELEASE)-$(ARCH).tar.% FORCE
H A Dtags.sh305 if [ "${ARCH}" = "um" ]; then
/linux-master/scripts/dtc/
H A Ddt_to_config275 arch/\${ARCH}/boot/dts/my_dts_file.dts
281 arch/\${ARCH}/boot/dts/my_dts_file.dts
291 arch/\${ARCH}/boot/dts/my_dts_file.dts
/linux-master/samples/hid/
H A DMakefile28 ifeq ($(ARCH), arm)
36 ifeq ($(ARCH), mips)
/linux-master/crypto/
H A DMakefile111 ifeq ($(ARCH),arm)
116 ifeq ($(ARCH),arm64)
/linux-master/drivers/gpu/drm/ci/
H A Dbuild.sh43 export ARCH=${KERNEL_ARCH}

Completed in 245 milliseconds

1234