Home
last modified time | relevance | path

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

/linux-4.4.14/
DKconfig7 config SRCARCH config
9 option env="SRCARCH"
11 source "arch/$SRCARCH/Kconfig"
DKbuild75 targets += arch/$(SRCARCH)/kernel/asm-offsets.s
78 arch/$(SRCARCH)/kernel/asm-offsets.s: arch/$(SRCARCH)/kernel/asm-offsets.c \
83 $(obj)/$(offsets-file): arch/$(SRCARCH)/kernel/asm-offsets.s FORCE
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
[all …]
/linux-4.4.14/scripts/
Dtags.sh42 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 \
Dxz_wrap.sh15 case $SRCARCH in
DMakefile.asm-generic8 kbuild-file := $(srctree)/arch/$(SRCARCH)/include/$(src)/Kbuild
Dlink-vmlinux.sh55 if [ "${SRCARCH}" != "um" ]; then
DMakefile.lib163 -I$(srctree)/arch/$(SRCARCH)/boot/dts \
164 -I$(srctree)/arch/$(SRCARCH)/boot/dts/include \
DMakefile.headersinst98 $(PERL) $< $(INSTALL_HDR_PATH)/include $(SRCARCH); \
/linux-4.4.14/arch/ia64/kernel/
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/
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/include/uapi/asm-generic/
DKbuild.asm45 $(srctree)/arch/$(SRCARCH)/include/uapi/asm/$(hdr) \
46 $(srctree)/arch/$(SRCARCH)/include/asm/$(hdr) \
/linux-4.4.14/scripts/kconfig/
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/include/uapi/linux/
DKbuild28 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/a.out.h \
29 $(srctree)/arch/$(SRCARCH)/include/asm/a.out.h),)
230 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm.h \
231 $(srctree)/arch/$(SRCARCH)/include/asm/kvm.h),)
236 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/uapi/asm/kvm_para.h \
237 $(srctree)/arch/$(SRCARCH)/include/asm/kvm_para.h),)
/linux-4.4.14/arch/sh/boot/compressed/
DMakefile46 lib1funcs-dir := $(srctree)/arch/$(SRCARCH)/lib
/linux-4.4.14/scripts/package/
Dbuilddeb153 if grep -q dtbs_install "${srctree}/arch/$SRCARCH/Makefile"; then