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
47 KBUILD_AFLAGS += -mlinux -march=$(arch-y) $(inc)
48 KBUILD_CFLAGS += -mlinux -march=$(arch-y) -pipe $(inc)
56 head-y := arch/cris/$(SARCH)/kernel/head.o
60 core-y += arch/cris/kernel/ arch/cris/mm/
61 core-y += arch/cris/$(SARCH)/kernel/ arch/cris/$(SARCH)/mm/
63 core-y += arch/cris/$(SARCH)/$(MACH)/
65 drivers-y += arch/cris/$(SARCH)/drivers/
66 libs-y += arch/cris/$(SARCH)/lib/ $(LIBGCC)
69 SRC_ARCH = $(srctree)/arch/cris
71 OBJ_ARCH = $(objtree)/arch/cris
73 boot := arch/cris/boot
74 MACHINE := arch/cris/$(SARCH)
84 $(Q)if [ -e arch/cris/boot ]; then \
85 $(MAKE) $(clean)=arch/cris/boot; \