Home
last modified time | relevance | path

Searched refs:SRCARCH (Results 1 – 9 of 9) sorted by relevance

/scripts/package/
Dbuilddeb63 find . arch/$SRCARCH -maxdepth 1 -name Makefile\*
65 find arch/$SRCARCH -name Kbuild.platforms -o -name Platform
66 find $(find arch/$SRCARCH -name include -o -name scripts -type d) -type f
74 find arch/$SRCARCH/include Module.symvers include scripts -type f
154 if [ -d "${srctree}/arch/$SRCARCH/boot/dts" ]; then
Dbuildtar62 if [ -d "${srctree}/arch/${SRCARCH}/boot/dts" ]; then
/scripts/
Dxz_wrap.sh15 case $SRCARCH in
Dtags.sh44 ALLSOURCE_ARCHS=${SRCARCH}
91 find_arch_include_sources ${SRCARCH} '*.[chS]'
DMakefile.asm-generic16 ifneq ($(SRCARCH),um)
DMakefile.modfinal33 ARCH_POSTLINK := $(wildcard $(srctree)/arch/$(SRCARCH)/Makefile.postlink)
DMakefile.gcc-plugins41 += -fplugin-arg-stackleak_plugin-arch=$(SRCARCH)
Dlink-vmlinux.sh175 if [ "${SRCARCH}" != "um" ]; then
/scripts/kconfig/
DMakefile79 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/$@)