Lines Matching refs:sh
18 ifeq ($(ARCH),sh)
25 isa-$(CONFIG_SH_DSP) := sh
103 boot := arch/sh/boot
111 UTS_MACHINE := sh
134 head-y := arch/sh/kernel/head_$(BITS).o
136 core-y += arch/sh/kernel/ arch/sh/mm/ arch/sh/boards/
137 core-$(CONFIG_SH_FPU_EMU) += arch/sh/math-emu/
139 core-$(CONFIG_USE_BUILTIN_DTB) += arch/sh/boot/dts/
163 core-y += $(addprefix arch/sh/boards/, \
171 core-$(CONFIG_HD6446X_SERIES) += arch/sh/cchips/hd6446x/
191 drivers-y += arch/sh/drivers/
192 drivers-$(CONFIG_OPROFILE) += arch/sh/oprofile/
194 cflags-y += $(foreach d, $(cpuincdir-y), -I $(srctree)/arch/sh/include/$(d)) \
195 $(foreach d, $(machdir-y), -I $(srctree)/arch/sh/include/$(d))
209 libs-$(CONFIG_SUPERH32) := arch/sh/lib/ $(libs-y)
210 libs-$(CONFIG_SUPERH64) := arch/sh/lib64/ $(libs-y)
225 $(Q)$(MAKE) $(build)=arch/sh/tools include/generated/machtypes.h
229 $(Q)$(MAKE) $(clean)=arch/sh/kernel/vsyscall
232 $(Q)$(MAKE) $(build)=arch/sh/kernel/syscalls all