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
235 mips-cflags := $(cflags-y)
237 smartmips-ase := $(call cc-option-yn,$(mips-cflags) -msmartmips)
241 micromips-ase := $(call cc-option-yn,$(mips-cflags) -mmicromips)
245 toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(comma)-mmsa)
248 toolchain-virt := $(call cc-option-yn,$(mips-cflags) -mvirt)
252 xpa-cflags-y := $(mips-cflags)
256 toolchain-crc := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mcrc)
258 toolchain-dsp := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mdsp)
260 toolchain-ginv := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mginv)
266 libs-$(CONFIG_FW_ARC) += arch/mips/fw/arc/
267 libs-$(CONFIG_FW_CFE) += arch/mips/fw/cfe/
268 libs-$(CONFIG_FW_SNIPROM) += arch/mips/fw/sni/
269 libs-y += arch/mips/fw/lib/
283 include $(srctree)/arch/mips/Kbuild.platforms
289 entry-y = $(shell $(objtree)/arch/mips/tools/elf-entry vmlinux)
290 cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic
291 drivers-$(CONFIG_PCI) += arch/mips/pci/
356 libs-y += arch/mips/lib/
357 libs-$(CONFIG_MIPS_FP_SUPPORT) += arch/mips/math-emu/
359 drivers-y += arch/mips/crypto/
362 drivers-$(CONFIG_PM) += arch/mips/power/
411 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
412 $(bootvars-y) arch/mips/boot/$@
417 $(Q)$(MAKE) $(build)=arch/mips/boot/compressed \
418 $(bootvars-y) 32bit-bfd=$(32bit-bfd) arch/mips/boot/$@
429 core-y += arch/mips/boot/dts/
450 $(Q)$(MAKE) $(build)=arch/mips/kernel/syscalls all