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
229 mips-cflags := $(cflags-y)
231 smartmips-ase := $(call cc-option-yn,$(mips-cflags) -msmartmips)
235 micromips-ase := $(call cc-option-yn,$(mips-cflags) -mmicromips)
239 toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(comma)-mmsa)
242 toolchain-virt := $(call cc-option-yn,$(mips-cflags) -mvirt)
246 xpa-cflags-y := $(mips-cflags)
250 toolchain-crc := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mcrc)
252 toolchain-dsp := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mdsp)
254 toolchain-ginv := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mginv)
260 libs-$(CONFIG_FW_ARC) += arch/mips/fw/arc/
261 libs-$(CONFIG_FW_CFE) += arch/mips/fw/cfe/
262 libs-$(CONFIG_FW_SNIPROM) += arch/mips/fw/sni/
263 libs-y += arch/mips/fw/lib/
277 include $(srctree)/arch/mips/Kbuild.platforms
283 entry-y = $(shell $(objtree)/arch/mips/tools/elf-entry vmlinux)
284 cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic
285 drivers-$(CONFIG_PCI) += arch/mips/pci/
350 libs-y += arch/mips/lib/
351 libs-$(CONFIG_MIPS_FP_SUPPORT) += arch/mips/math-emu/
353 drivers-y += arch/mips/crypto/
356 drivers-$(CONFIG_PM) += arch/mips/power/
405 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
406 $(bootvars-y) arch/mips/boot/$@
411 $(Q)$(MAKE) $(build)=arch/mips/boot/compressed \
412 $(bootvars-y) 32bit-bfd=$(32bit-bfd) arch/mips/boot/$@
441 $(Q)$(MAKE) $(build)=arch/mips/kernel/syscalls all