Lines Matching refs:mips
16 $(Q)$(MAKE) $(build)=arch/mips/boot/tools relocs
31 32bit-tool-archpref = mips
41 UTS_MACHINE := mips
210 mips-cflags := $(cflags-y)
212 smartmips-ase := $(call cc-option-yn,$(mips-cflags) -msmartmips)
216 micromips-ase := $(call cc-option-yn,$(mips-cflags) -mmicromips)
220 toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(comma)-mmsa)
223 toolchain-virt := $(call cc-option-yn,$(mips-cflags) -mvirt)
227 xpa-cflags-y := $(mips-cflags)
231 toolchain-crc := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mcrc)
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 arch/mips/Kbuild.platforms
267 cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic
268 drivers-$(CONFIG_PCI) += arch/mips/pci/
322 head-y := arch/mips/kernel/head.o
324 libs-y += arch/mips/lib/
325 libs-y += arch/mips/math-emu/
328 core-y += arch/mips/
330 drivers-$(CONFIG_MIPS_CRC_SUPPORT) += arch/mips/crypto/
331 drivers-$(CONFIG_OPROFILE) += arch/mips/oprofile/
334 drivers-$(CONFIG_PM) += arch/mips/power/
365 $(Q)$(MAKE) $(build)=arch/mips/lasat/image \
392 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
393 $(bootvars-y) arch/mips/boot/$@
398 $(Q)$(MAKE) $(build)=arch/mips/boot/compressed \
410 core-$(CONFIG_BUILTIN_DTB) += arch/mips/boot/dts/
413 $(Q)$(MAKE) $(build)=arch/mips/boot/dts arch/mips/boot/dts/$@
417 $(Q)$(MAKE) $(build)=arch/mips/boot/dts
421 $(Q)$(MAKE) $(dtbinst)=arch/mips/boot/dts
442 $(Q)$(MAKE) $(clean)=arch/mips/boot
443 $(Q)$(MAKE) $(clean)=arch/mips/boot/compressed
444 $(Q)$(MAKE) $(clean)=arch/mips/boot/tools
445 $(Q)$(MAKE) $(clean)=arch/mips/lasat