Searched refs:SRCARCH (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/arch/ia64/kernel/
H A DMakefile80 arch/$(SRCARCH)/kernel/nr-irqs.s: arch/$(SRCARCH)/kernel/nr-irqs.c
84 include/generated/nr-irqs.h: arch/$(SRCARCH)/kernel/nr-irqs.s
104 sed -f $(srctree)/arch/$(SRCARCH)/scripts/pvcheck.sed $< > $@
107 $(obj)/pvchk-sed-%.s: $(src)/%.S $(srctree)/arch/$(SRCARCH)/scripts/pvcheck.sed FORCE
/linux-4.1.27/arch/arm/boot/compressed/
H A DMakefile137 $(obj)/lib1funcs.S: $(srctree)/arch/$(SRCARCH)/lib/lib1funcs.S
143 $(obj)/ashldi3.S: $(srctree)/arch/$(SRCARCH)/lib/ashldi3.S
149 $(obj)/bswapsdi2.S: $(srctree)/arch/$(SRCARCH)/lib/bswapsdi2.S
189 $(obj)/hyp-stub.S: $(srctree)/arch/$(SRCARCH)/kernel/hyp-stub.S
/linux-4.1.27/scripts/
H A Dtags.sh8 # ARCH, SUBARCH, SRCARCH, srctree, src, obj
40 # Detect if ALLSOURCE_ARCHS is set. If not, we assume SRCARCH
42 ALLSOURCE_ARCHS=${SRCARCH}
91 find_arch_include_sources ${SRCARCH} '*.[chS]'
296 elif [ "${SRCARCH}" = "arm" -a "${SUBARCH}" != "" ]; then
297 subarchdir=$(find ${tree}arch/$SRCARCH/ -name "mach-*" -type d -o \
H A Dlink-vmlinux.sh55 if [ "${SRCARCH}" != "um" ]; then
/linux-4.1.27/arch/sh/boot/compressed/
H A DMakefile46 lib1funcs-dir := $(srctree)/arch/$(SRCARCH)/lib
/linux-4.1.27/
H A DMakefile257 SRCARCH := $(ARCH) macro
261 SRCARCH := x86 macro
264 SRCARCH := x86 macro
269 SRCARCH := sparc macro
272 SRCARCH := sparc macro
277 SRCARCH := sh macro
282 SRCARCH := tile macro
285 SRCARCH := tile macro
289 hdr-arch := $(SRCARCH)
418 export ARCH SRCARCH CONFIG_SHELL HOSTCC HOSTCFLAGS CROSS_COMPILE AS LD CC
470 src=asm obj=arch/$(SRCARCH)/include/generated/asm
472 src=uapi/asm obj=arch/$(SRCARCH)/include/generated/uapi/asm
534 include arch/$(SRCARCH)/Makefile
610 include arch/$(SRCARCH)/Makefile
908 export KBUILD_LDS := arch/$(SRCARCH)/kernel/vmlinux.lds
1065 $(error Headers not exportable for the $(SRCARCH) architecture))
1241 boards := $(wildcard $(srctree)/arch/$(SRCARCH)/configs/*_defconfig)
1243 board-dirs := $(dir $(wildcard $(srctree)/arch/$(SRCARCH)/configs/*/*_defconfig))
1299 @echo 'Architecture specific targets ($(SRCARCH)):'
1301 echo ' No architecture specific help defined for $(SRCARCH)')
1333 boards-per-dir = $(sort $(notdir $(wildcard $(srctree)/arch/$(SRCARCH)/configs/$*/*_defconfig)))
1336 @echo 'Architecture specific targets ($(SRCARCH) $*):'
/linux-4.1.27/scripts/kconfig/
H A DMakefile101 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig)
105 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig)
107 configfiles=$(wildcard $(srctree)/kernel/configs/$@ $(srctree)/arch/$(SRCARCH)/configs/$@)
/linux-4.1.27/scripts/package/
H A Dbuilddeb303 (cd $srctree; find arch/$SRCARCH/include include scripts -type f) >> "$objtree/debian/hdrsrcfiles"
304 (cd $srctree; find arch/$SRCARCH -name module.lds -o -name Kbuild.platforms -o -name Platform) >> "$objtree/debian/hdrsrcfiles"
305 (cd $srctree; find $(find arch/$SRCARCH -name include -o -name scripts -type d) -type f) >> "$objtree/debian/hdrsrcfiles"
306 (cd $objtree; find arch/$SRCARCH/include Module.symvers include scripts -type f) >> "$objtree/debian/hdrobjfiles"

Completed in 129 milliseconds