Lines Matching refs:arm
2 # arch/arm/Makefile
28 # Do not use arch/arm/defconfig - it's always outdated.
123 head-y := arch/arm/kernel/head$(MMUEXT).o arch/arm/kernel/init_task.o
230 MACHINE := arch/arm/mach-$(word 1,$(machine-y))/
235 machdirs := $(patsubst %,arch/arm/mach-%/,$(machine-y))
236 platdirs := $(patsubst %,arch/arm/plat-%/,$(plat-y))
247 FASTFPE :=arch/arm/fastfpe
252 core-$(CONFIG_FPE_NWFPE) += arch/arm/nwfpe/
254 core-$(CONFIG_VFP) += arch/arm/vfp/
257 core-y += arch/arm/kernel/ arch/arm/mm/ arch/arm/common/
258 core-y += arch/arm/net/
259 core-y += arch/arm/crypto/
262 drivers-$(CONFIG_OPROFILE) += arch/arm/oprofile/
264 libs-y := arch/arm/lib/ $(libs-y)
277 boot := arch/arm/boot
280 $(Q)$(MAKE) $(build)=arch/arm/tools include/generated/mach-types.h