Lines Matching refs:mips

15 	$(Q)$(MAKE) $(build)=arch/mips/tools elf-entry
17 $(Q)$(MAKE) $(build)=arch/mips/tools loongson3-llsc-check
19 $(Q)$(MAKE) $(build)=arch/mips/boot/tools relocs
35 32bit-tool-archpref = mips
45 UTS_MACHINE := mips
206 mips-cflags := $(cflags-y)
208 smartmips-ase := $(call cc-option-yn,$(mips-cflags) -msmartmips)
212 micromips-ase := $(call cc-option-yn,$(mips-cflags) -mmicromips)
216 toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(comma)-mmsa)
219 toolchain-virt := $(call cc-option-yn,$(mips-cflags) -mvirt)
223 xpa-cflags-y := $(mips-cflags)
227 toolchain-crc := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mcrc)
229 toolchain-dsp := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mdsp)
231 toolchain-ginv := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mginv)
237 libs-$(CONFIG_FW_ARC) += arch/mips/fw/arc/
238 libs-$(CONFIG_FW_CFE) += arch/mips/fw/cfe/
239 libs-$(CONFIG_FW_SNIPROM) += arch/mips/fw/sni/
240 libs-y += arch/mips/fw/lib/
254 include $(srctree)/arch/mips/Kbuild.platforms
260 entry-y = $(shell $(objtree)/arch/mips/tools/elf-entry vmlinux)
261 cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic
262 drivers-$(CONFIG_PCI) += arch/mips/pci/
327 libs-y += arch/mips/lib/
328 libs-$(CONFIG_MIPS_FP_SUPPORT) += arch/mips/math-emu/
330 drivers-y += arch/mips/crypto/
333 drivers-$(CONFIG_PM) += arch/mips/power/
382 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
383 $(bootvars-y) arch/mips/boot/$@
388 $(Q)$(MAKE) $(build)=arch/mips/boot/compressed \
389 $(bootvars-y) 32bit-bfd=$(32bit-bfd) arch/mips/boot/$@
400 core-y += arch/mips/boot/dts/
421 $(Q)$(MAKE) $(build)=arch/mips/kernel/syscalls all