Lines Matching refs:arm
2 # arch/arm/Makefile
29 # Do not use arch/arm/defconfig - it's always outdated.
135 head-y := arch/arm/kernel/head$(MMUEXT).o
242 MACHINE := arch/arm/mach-$(word 1,$(machine-y))/
250 machdirs := $(patsubst %,arch/arm/mach-%/,$(machine-y))
251 platdirs := $(patsubst %,arch/arm/plat-%/,$(sort $(plat-y)))
264 FASTFPE :=arch/arm/fastfpe
269 core-$(CONFIG_FPE_NWFPE) += arch/arm/nwfpe/
271 core-$(CONFIG_VFP) += arch/arm/vfp/
272 core-$(CONFIG_XEN) += arch/arm/xen/
273 core-$(CONFIG_KVM_ARM_HOST) += arch/arm/kvm/
274 core-$(CONFIG_VDSO) += arch/arm/vdso/
277 core-y += arch/arm/kernel/ arch/arm/mm/ arch/arm/common/
278 core-y += arch/arm/probes/
279 core-y += arch/arm/net/
280 core-y += arch/arm/crypto/
281 core-y += arch/arm/firmware/
284 drivers-$(CONFIG_OPROFILE) += arch/arm/oprofile/
286 libs-y := arch/arm/lib/ $(libs-y)
302 boot := arch/arm/boot
305 $(Q)$(MAKE) $(build)=arch/arm/tools include/generated/mach-types.h
335 $(Q)$(MAKE) $(build)=arch/arm/vdso $@