Searched refs:SRCARCH (Results 1 – 9 of 9) sorted by relevance
63 find . arch/$SRCARCH -maxdepth 1 -name Makefile\*65 find arch/$SRCARCH -name Kbuild.platforms -o -name Platform66 find $(find arch/$SRCARCH -name include -o -name scripts -type d) -type f74 find arch/$SRCARCH/include Module.symvers include scripts -type f154 if [ -d "${srctree}/arch/$SRCARCH/boot/dts" ]; then
62 if [ -d "${srctree}/arch/${SRCARCH}/boot/dts" ]; then
15 case $SRCARCH in
44 ALLSOURCE_ARCHS=${SRCARCH}91 find_arch_include_sources ${SRCARCH} '*.[chS]'
16 ifneq ($(SRCARCH),um)
33 ARCH_POSTLINK := $(wildcard $(srctree)/arch/$(SRCARCH)/Makefile.postlink)
41 += -fplugin-arg-stackleak_plugin-arch=$(SRCARCH)
175 if [ "${SRCARCH}" != "um" ]; then
79 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG)),)81 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig)88 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig)90 configfiles=$(wildcard $(srctree)/kernel/configs/$@ $(srctree)/arch/$(SRCARCH)/configs/$@)