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

/linux-4.4.14/arch/ia64/kernel/
H A DMakefile75 arch/$(SRCARCH)/kernel/nr-irqs.s: arch/$(SRCARCH)/kernel/nr-irqs.c
79 include/generated/nr-irqs.h: arch/$(SRCARCH)/kernel/nr-irqs.s
/linux-4.4.14/arch/arm/boot/compressed/
H A DMakefile135 $(obj)/lib1funcs.S: $(srctree)/arch/$(SRCARCH)/lib/lib1funcs.S
141 $(obj)/ashldi3.S: $(srctree)/arch/$(SRCARCH)/lib/ashldi3.S
147 $(obj)/bswapsdi2.S: $(srctree)/arch/$(SRCARCH)/lib/bswapsdi2.S
187 $(obj)/hyp-stub.S: $(srctree)/arch/$(SRCARCH)/kernel/hyp-stub.S
/linux-4.4.14/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]'
302 elif [ "${SRCARCH}" = "arm" -a "${SUBARCH}" != "" ]; then
303 subarchdir=$(find ${tree}arch/$SRCARCH/ -name "mach-*" -type d -o \
H A Dlink-vmlinux.sh55 if [ "${SRCARCH}" != "um" ]; then
/linux-4.4.14/arch/sh/boot/compressed/
H A DMakefile46 lib1funcs-dir := $(srctree)/arch/$(SRCARCH)/lib
/linux-4.4.14/
H A DMakefile256 SRCARCH := $(ARCH) macro
260 SRCARCH := x86 macro
263 SRCARCH := x86 macro
268 SRCARCH := sparc macro
271 SRCARCH := sparc macro
276 SRCARCH := sh macro
281 SRCARCH := tile macro
284 SRCARCH := tile macro
288 hdr-arch := $(SRCARCH)
408 export ARCH SRCARCH CONFIG_SHELL HOSTCC HOSTCFLAGS CROSS_COMPILE AS LD CC
460 src=asm obj=arch/$(SRCARCH)/include/generated/asm
462 src=uapi/asm obj=arch/$(SRCARCH)/include/generated/uapi/asm
524 include arch/$(SRCARCH)/Makefile
606 include arch/$(SRCARCH)/Makefile
904 export KBUILD_LDS := arch/$(SRCARCH)/kernel/vmlinux.lds
1061 $(error Headers not exportable for the $(SRCARCH) architecture))
1240 boards := $(wildcard $(srctree)/arch/$(SRCARCH)/configs/*_defconfig)
1242 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.4.14/scripts/kconfig/
H A DMakefile100 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG)),)
102 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig)
110 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig)
112 configfiles=$(wildcard $(srctree)/kernel/configs/$@ $(srctree)/arch/$(SRCARCH)/configs/$@)
/linux-4.4.14/scripts/package/
H A Dbuilddeb153 if grep -q dtbs_install "${srctree}/arch/$SRCARCH/Makefile"; then
325 (cd $srctree; find arch/$SRCARCH/include include scripts -type f) >> "$objtree/debian/hdrsrcfiles"
326 (cd $srctree; find arch/$SRCARCH -name module.lds -o -name Kbuild.platforms -o -name Platform) >> "$objtree/debian/hdrsrcfiles"
327 (cd $srctree; find $(find arch/$SRCARCH -name include -o -name scripts -type d) -type f) >> "$objtree/debian/hdrsrcfiles"
328 (cd $objtree; find arch/$SRCARCH/include Module.symvers include scripts -type f) >> "$objtree/debian/hdrobjfiles"

Completed in 385 milliseconds