Home
last modified time | relevance | path

Searched refs:UTS_MACHINE (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/arch/x86/
H A DMakefile90 UTS_MACHINE := i386 macro
124 UTS_MACHINE := x86_64 macro
218 KBUILD_LDFLAGS += -m elf_$(UTS_MACHINE)
285 $(Q)mkdir -p $(objtree)/arch/$(UTS_MACHINE)/boot
286 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
/openbmc/linux/scripts/package/
H A Dmkdebian28 case "$UTS_MACHINE" in
30 debarch="$UTS_MACHINE" ;;
82 echo "Please add support for $UTS_MACHINE to ${0} ..." >&2
/openbmc/linux/arch/sparc/
H A DMakefile26 UTS_MACHINE := sparc macro
45 UTS_MACHINE := sparc64 macro
/openbmc/linux/scripts/
H A Dmkcompile_h4 UTS_MACHINE=$1
H A DMakefile.package95 --target $(UTS_MACHINE)-linux --build-in-place --noprep --define='_smp_mflags %{nil}' \
168 snapcraft --target-arch=$(UTS_MACHINE)
/openbmc/linux/init/
H A Dversion-timestamp.c17 .machine = UTS_MACHINE,
/openbmc/linux/arch/arm64/
H A DMakefile114 UTS_MACHINE := aarch64_be macro
120 UTS_MACHINE := aarch64 macro
/openbmc/linux/arch/riscv/
H A DMakefile31 UTS_MACHINE := riscv64 macro
39 UTS_MACHINE := riscv32 macro
/openbmc/linux/arch/parisc/
H A DMakefile24 UTS_MACHINE := parisc64 macro
/openbmc/linux/arch/loongarch/
H A DMakefile35 UTS_MACHINE := loongarch64 macro
/openbmc/linux/arch/sh/
H A DMakefile102 UTS_MACHINE := sh macro
/openbmc/linux/arch/s390/
H A DMakefile36 UTS_MACHINE := s390x macro
/openbmc/linux/arch/mips/
H A DMakefile45 UTS_MACHINE := mips macro
49 UTS_MACHINE := mips64 macro
/openbmc/linux/arch/x86/kernel/
H A DMakefile8 CPPFLAGS_vmlinux.lds += -U$(UTS_MACHINE)
/openbmc/linux/arch/x86/boot/compressed/
H A DMakefile65 KBUILD_LDFLAGS := -m elf_$(UTS_MACHINE)
/openbmc/linux/arch/powerpc/
H A DMakefile43 UTS_MACHINE := $(subst $(space),,$(machine-y)) macro
/openbmc/linux/Documentation/kbuild/
H A Dkbuild.rst149 the UTS_MACHINE variable, and on some architectures also the kernel config.
/openbmc/linux/
H A DMakefile396 UTS_MACHINE := $(ARCH) macro
606 export PERL PYTHON3 CHECK CHECKFLAGS MAKE UTS_MACHINE HOSTCXX
/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-view.c699 .name = UTS_MACHINE, .e_machine = ELF_ARCH, .ei_osabi = ELF_OSABI,