Searched refs:SRCARCH (Results 1 – 21 of 21) sorted by relevance
27 if [ "$SRCARCH" = s390 ]; then29 elif [ "$SRCARCH" = loongarch ]; then
30 "${srctree}/arch/${SRCARCH}/install.sh" \31 "${srctree}/arch/${SRCARCH}/boot/install.sh"
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)
23 ifneq ($(filter arm s390 sparc x86, $(SRCARCH)),)
44 ALLSOURCE_ARCHS=${SRCARCH}86 find_arch_include_sources ${SRCARCH} '*.[chS]'
15 CLANG_TARGET_FLAGS := $(CLANG_TARGET_FLAGS_$(SRCARCH))
36 ARCH_POSTLINK := $(wildcard $(srctree)/arch/$(SRCARCH)/Makefile.postlink)
31 += -fplugin-arg-stackleak_plugin-arch=$(SRCARCH)
39 ARCH_POSTLINK := $(srctree)/arch/$(SRCARCH)/Makefile.postlink
83 if [ "${SRCARCH}" = "um" ]; then
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"
32 if is_enabled CONFIG_OF_EARLY_FLATTREE && [ -d "${srctree}/arch/${SRCARCH}/boot/dts" ]; then56 case "${SRCARCH}" in
33 if [ -d "${srctree}/arch/${SRCARCH}/boot/dts" ]; then
73 if [ -d "${srctree}/arch/${SRCARCH}/boot/dts" ]; then
215 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))