Lines Matching refs:mips
28 32bit-tool-archpref = mips
38 UTS_MACHINE := mips
200 mips-cflags := $(cflags-y)
202 smartmips-ase := $(call cc-option-yn,$(mips-cflags) -msmartmips)
206 micromips-ase := $(call cc-option-yn,$(mips-cflags) -mmicromips)
210 toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(comma)-mmsa)
217 libs-$(CONFIG_FW_ARC) += arch/mips/fw/arc/
218 libs-$(CONFIG_FW_CFE) += arch/mips/fw/cfe/
219 libs-$(CONFIG_FW_SNIPROM) += arch/mips/fw/sni/
220 libs-y += arch/mips/fw/lib/
234 include arch/mips/Kbuild.platforms
242 cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic
243 drivers-$(CONFIG_PCI) += arch/mips/pci/
288 head-y := arch/mips/kernel/head.o
290 libs-y += arch/mips/lib/
291 libs-y += arch/mips/math-emu/
294 core-y += arch/mips/
296 drivers-$(CONFIG_OPROFILE) += arch/mips/oprofile/
299 drivers-$(CONFIG_PM) += arch/mips/power/
322 $(Q)$(MAKE) $(build)=arch/mips/lasat/image \
349 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
350 $(bootvars-y) arch/mips/boot/$@
355 $(Q)$(MAKE) $(build)=arch/mips/boot/compressed \
367 core-$(CONFIG_BUILTIN_DTB) += arch/mips/boot/dts/
370 $(Q)$(MAKE) $(build)=arch/mips/boot/dts arch/mips/boot/dts/$@
374 $(Q)$(MAKE) $(build)=arch/mips/boot/dts
378 $(Q)$(MAKE) $(dtbinst)=arch/mips/boot/dts
399 $(Q)$(MAKE) $(clean)=arch/mips/boot
400 $(Q)$(MAKE) $(clean)=arch/mips/boot/compressed
401 $(Q)$(MAKE) $(clean)=arch/mips/lasat