Lines Matching refs:mips
28 32bit-tool-archpref = mips
38 UTS_MACHINE := mips
193 mips-cflags := $(cflags-y)
195 smartmips-ase := $(call cc-option-yn,$(mips-cflags) -msmartmips)
199 micromips-ase := $(call cc-option-yn,$(mips-cflags) -mmicromips)
203 toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(comma)-mmsa)
214 libs-$(CONFIG_FW_ARC) += arch/mips/fw/arc/
215 libs-$(CONFIG_FW_CFE) += arch/mips/fw/cfe/
216 libs-$(CONFIG_FW_SNIPROM) += arch/mips/fw/sni/
217 libs-y += arch/mips/fw/lib/
231 include arch/mips/Kbuild.platforms
239 cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic
240 drivers-$(CONFIG_PCI) += arch/mips/pci/
285 head-y := arch/mips/kernel/head.o
287 libs-y += arch/mips/lib/
288 libs-y += arch/mips/math-emu/
291 core-y += arch/mips/
293 drivers-$(CONFIG_OPROFILE) += arch/mips/oprofile/
296 drivers-$(CONFIG_PM) += arch/mips/power/
319 $(Q)$(MAKE) $(build)=arch/mips/lasat/image \
346 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
347 $(bootvars-y) arch/mips/boot/$@
352 $(Q)$(MAKE) $(build)=arch/mips/boot/compressed \
364 core-$(CONFIG_BUILTIN_DTB) += arch/mips/boot/dts/
367 $(Q)$(MAKE) $(build)=arch/mips/boot/dts arch/mips/boot/dts/$@
371 $(Q)$(MAKE) $(build)=arch/mips/boot/dts
375 $(Q)$(MAKE) $(dtbinst)=arch/mips/boot/dts
396 $(Q)$(MAKE) $(clean)=arch/mips/boot
397 $(Q)$(MAKE) $(clean)=arch/mips/boot/compressed
398 $(Q)$(MAKE) $(clean)=arch/mips/lasat