Lines Matching refs:mips

16 	$(Q)$(MAKE) $(build)=arch/mips/tools elf-entry
18 $(Q)$(MAKE) $(build)=arch/mips/tools loongson3-llsc-check
20 $(Q)$(MAKE) $(build)=arch/mips/boot/tools relocs
36 32bit-tool-archpref = mips
46 UTS_MACHINE := mips
209 mips-cflags := $(cflags-y)
211 smartmips-ase := $(call cc-option-yn,$(mips-cflags) -msmartmips)
215 micromips-ase := $(call cc-option-yn,$(mips-cflags) -mmicromips)
219 toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(comma)-mmsa)
222 toolchain-virt := $(call cc-option-yn,$(mips-cflags) -mvirt)
226 xpa-cflags-y := $(mips-cflags)
230 toolchain-crc := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mcrc)
232 toolchain-dsp := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mdsp)
234 toolchain-ginv := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mginv)
240 libs-$(CONFIG_FW_ARC) += arch/mips/fw/arc/
241 libs-$(CONFIG_FW_CFE) += arch/mips/fw/cfe/
242 libs-$(CONFIG_FW_SNIPROM) += arch/mips/fw/sni/
243 libs-y += arch/mips/fw/lib/
257 include $(srctree)/arch/mips/Kbuild.platforms
263 entry-y = $(shell $(objtree)/arch/mips/tools/elf-entry vmlinux)
264 cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic
265 drivers-$(CONFIG_PCI) += arch/mips/pci/
330 head-y := arch/mips/kernel/head.o
332 libs-y += arch/mips/lib/
333 libs-$(CONFIG_MIPS_FP_SUPPORT) += arch/mips/math-emu/
335 drivers-y += arch/mips/crypto/
338 drivers-$(CONFIG_PM) += arch/mips/power/
391 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
392 $(bootvars-y) arch/mips/boot/$@
397 $(Q)$(MAKE) $(build)=arch/mips/boot/compressed \
398 $(bootvars-y) 32bit-bfd=$(32bit-bfd) arch/mips/boot/$@
409 core-y += arch/mips/boot/dts/
430 $(Q)$(MAKE) $(clean)=arch/mips/boot
431 $(Q)$(MAKE) $(clean)=arch/mips/boot/compressed
432 $(Q)$(MAKE) $(clean)=arch/mips/boot/tools
435 $(Q)$(MAKE) $(build)=arch/mips/kernel/syscalls all