Searched refs:ARCH (Results 1 - 25 of 89) sorted by last modified time

1234

/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/arch/riscv/kernel/vdso/
H A DMakefile33 CPPFLAGS_vdso.lds += -P -C -U$(ARCH)
/linux-master/arch/riscv/kernel/compat_vdso/
H A DMakefile35 CPPFLAGS_compat_vdso.lds += -P -C -DCOMPAT_VDSO -U$(ARCH)
/linux-master/arch/x86/
H A DMakefile5 ifeq ($(ARCH),x86)
12 KBUILD_DEFCONFIG := $(ARCH)_defconfig
/linux-master/tools/testing/selftests/
H A DMakefile174 ARCH ?= $(SUBARCH) macro
H A Dlib.mk21 CLANG_TARGET_FLAGS := $(CLANG_TARGET_FLAGS_$(ARCH))
/linux-master/scripts/package/
H A Dkernel.spec4 %define makeflags %{?_smp_mflags} ARCH=%{ARCH}
H A Dbuilddeb40 if [ "${ARCH}" = um ] ; then
/linux-master/scripts/package/debian/
H A Drules26 make-opts = ARCH=$(ARCH) KERNELRELEASE=$(KERNELRELEASE) KBUILD_BUILD_VERSION=$(revision) $(addprefix CROSS_COMPILE=,$(CROSS_COMPILE))
74 $(Q)$(MAKE) $(make-opts) $(if $(filter um,$(ARCH)),,headers) all
80 $(Q)$(MAKE) ARCH=$(ARCH) clean
/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 DMakefile.build201 sub_cmd_record_mcount = perl $(srctree)/scripts/recordmcount.pl "$(ARCH)" \
371 cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -U$(ARCH) \
H A DMakefile35 ifeq ($(ARCH),x86_64)
38 ifeq ($(ARCH),loongarch)
H A Dmin-tool-version.sh20 if [ "$ARCH" = parisc64 ]; then
/linux-master/arch/loongarch/
H A DMakefile51 ifneq ($(SUBARCH),$(ARCH))
/linux-master/arch/s390/
H A DMakefile70 cflags-y += -Wa,-I$(srctree)/arch/$(ARCH)/include
/linux-master/tools/testing/selftests/kvm/
H A DMakefile8 ARCH ?= $(SUBARCH) macro
10 ifeq ($(ARCH),x86)
12 else ifeq ($(ARCH),arm64)
14 else ifeq ($(ARCH),s390)
17 ARCH_DIR := $(ARCH)
221 ifeq ($(ARCH),x86_64)
224 LINUX_TOOL_ARCH_INCLUDE = $(top_srcdir)/tools/arch/$(ARCH)/include
234 ifeq ($(ARCH),s390)
237 ifeq ($(ARCH),arm64)
/linux-master/arch/mips/
H A DMakefile493 generic_config_dir = $(srctree)/arch/$(ARCH)/configs/generic
531 -m -O $(objtree) $(srctree)/arch/$(ARCH)/configs/generic_defconfig $^ | \
536 $(Q)$(CONFIG_SHELL) $(srctree)/arch/$(ARCH)/tools/generic-board-config.sh \
/linux-master/tools/testing/selftests/mm/
H A Drun_vmtests.sh189 if [ -z "$ARCH" ]; then
190 ARCH=$(uname -m 2>/dev/null | sed -e 's/aarch64.*/arm64/')
193 echo "$ARCH64STR" | grep "$ARCH" &>/dev/null && VADDR64=1
346 if [ "$ARCH" == "$ARCH_ARM64" ]; then
350 if [ "$ARCH" == "$ARCH_ARM64" ]; then
H A DMakefile8 ifeq ($(ARCH),)
15 ARCH ?= $(shell echo $(uname_M) | sed -e 's/aarch64.*/arm64/' -e 's/ppc64.*/ppc64/') macro
75 ifneq ($(ARCH),arm64)
79 ifeq ($(ARCH),x86_64)
101 ifneq (,$(findstring $(ARCH),ppc64))
107 ifneq (,$(filter $(ARCH),arm64 ia64 mips64 parisc64 ppc64 riscv64 s390x sparc64 x86_64))
132 ifeq ($(ARCH),x86_64)
/linux-master/tools/perf/
H A DMakefile.config49 # Additional ARCH settings for ppc
55 # Additional ARCH settings for x86
82 ifeq ($(ARCH),s390)
86 ifeq ($(ARCH),mips)
186 # include ARCH specific config
/linux-master/lib/raid6/
H A DMakefile42 ifeq ($(ARCH),arm)
46 ifeq ($(ARCH),arm64)
/linux-master/drivers/gpu/drm/ci/
H A Dbuild.sh43 export ARCH=${KERNEL_ARCH}
/linux-master/drivers/gpu/drm/amd/display/include/
H A Dlink_service_types.h230 #error ARCH not defined!
/linux-master/tools/testing/selftests/bpf/
H A DMakefile316 ARCH= CROSS_COMPILE= CC="$(HOSTCC)" LD="$(HOSTLD)" \
327 ARCH=$(ARCH) CROSS_COMPILE=$(CROSS_COMPILE) \
360 EXTRA_CFLAGS='-g $(OPT_FLAGS)' ARCH= CROSS_COMPILE= \
/linux-master/drivers/net/wan/
H A DMakefile38 ifeq ($(ARCH),m68k)

Completed in 1346 milliseconds

1234