Searched refs:SRCARCH (Results 1 – 21 of 21) sorted by relevance
27 if [ "$SRCARCH" = s390 -o "$SRCARCH" = x86 ]; then29 elif [ "$SRCARCH" = loongarch ]; then
30 "${srctree}/arch/${SRCARCH}/install.sh" \31 "${srctree}/arch/${SRCARCH}/boot/install.sh"
57 .builtin-dtbs-list: arch/$(SRCARCH)/boot/dts/dtbs-list FORCE76 $(vmlinux-final): arch/$(SRCARCH)/tools/vmlinux.arch.o78 arch/$(SRCARCH)/tools/vmlinux.arch.o: vmlinux.o FORCE79 $(Q)$(MAKE) $(build)=arch/$(SRCARCH)/tools $@82 ARCH_POSTLINK := $(wildcard $(srctree)/arch/$(SRCARCH)/Makefile.postlink)
6 $4 -m -O $(objtree) $(srctree)/arch/$(SRCARCH)/configs/$2 \7 $(foreach config,$3,$(srctree)/arch/$(SRCARCH)/configs/$(config).config)
36 SRCARCH := x86 macro39 SRCARCH := loongarch macro41 HOSTCFLAGS_sorttable.o += -I$(srctree)/tools/arch/$(SRCARCH)/include
46 case $SRCARCH in135 echo "$0: Arch-specific tuning is missing for '$SRCARCH'" >&2
24 -include $(srctree)/arch/$(SRCARCH)/kernel/Makefile.syscalls32 ifneq ($(SRCARCH),um)
6 kstack-erase-cflags-y += -fplugin-arg-stackleak_plugin-arch=$(SRCARCH)
23 ifneq ($(filter arm s390 sparc x86, $(SRCARCH)),)
44 ALLSOURCE_ARCHS=${SRCARCH}86 find_arch_include_sources ${SRCARCH} '*.[chS]'
82 if [ "${SRCARCH}" = "um" ]; then206 arch_vmlinux_o=arch/${SRCARCH}/tools/vmlinux.arch.o
18 CLANG_TARGET_FLAGS := $(CLANG_TARGET_FLAGS_$(SRCARCH))
37 builtin-dtb-section = $(if $(filter arch/$(SRCARCH)/boot/dts%, $(obj)),.dtb.init.rodata,.rodata)
168 } | SRCARCH="$ARCH" make --always-make -f - | tr " " "\n" \
23 find "arch/${SRCARCH}" -maxdepth 1 -name 'Makefile*'24 find "arch/${SRCARCH}" -name generated -prune -o -name include -type d -print25 find "arch/${SRCARCH}" -name Kbuild.platforms -o -name Platform36 echo "arch/${SRCARCH}/include/generated"
34 if is_enabled CONFIG_OF_EARLY_FLATTREE && [ -d "${srctree}/arch/${SRCARCH}/boot/dts" ]; then58 case "${SRCARCH}" in
33 if [ -d "${srctree}/arch/${SRCARCH}/boot/dts" ]; then
72 if [ -d "${srctree}/arch/${SRCARCH}/boot/dts" ]; then
225 if [ "${SRCARCH}" != um ]; then
28 KCONFIG_DEFCONFIG_LIST += arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG)93 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG)),)95 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig)102 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig)104 configfiles = $(wildcard $(srctree)/kernel/configs/$(1) $(srctree)/arch/$(SRCARCH)/configs/$(1))
192 # Get SRCARCH to do a little more clever things367 SRCARCH=${srcarch} obj=${dir} src=${srctree}/${dir} \
Completed in 819 milliseconds