Lines Matching refs:arch
15 arch-y := v10
16 arch-$(CONFIG_ETRAX_ARCH_V10) := v10
17 arch-$(CONFIG_ETRAX_ARCH_V32) := v32
24 ifneq ($(arch-y),)
25 SARCH := arch-$(arch-y)
28 inc += -Iarch/cris/include/uapi/$(SARCH)/arch
29 inc += -Iarch/cris/include/$(SARCH)/arch
44 core-$(CONFIG_OF) += arch/cris/boot/dts/
51 KBUILD_AFLAGS += -mlinux -march=$(arch-y) $(inc)
52 KBUILD_CFLAGS += -mlinux -march=$(arch-y) -pipe $(inc)
60 head-y := arch/cris/$(SARCH)/kernel/head.o
64 core-y += arch/cris/kernel/ arch/cris/mm/
65 core-y += arch/cris/$(SARCH)/kernel/ arch/cris/$(SARCH)/mm/
67 core-y += arch/cris/$(SARCH)/$(MACH)/
69 drivers-y += arch/cris/$(SARCH)/drivers/
70 libs-y += arch/cris/$(SARCH)/lib/ $(LIBGCC)
73 SRC_ARCH = $(srctree)/arch/cris
75 OBJ_ARCH = $(objtree)/arch/cris
77 boot := arch/cris/boot
78 MACHINE := arch/cris/$(SARCH)
88 $(Q)if [ -e arch/cris/boot ]; then \
89 $(MAKE) $(clean)=arch/cris/boot; \