• Home
  • Raw
  • Download

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
208 mips-cflags := $(cflags-y)
210 smartmips-ase := $(call cc-option-yn,$(mips-cflags) -msmartmips)
214 micromips-ase := $(call cc-option-yn,$(mips-cflags) -mmicromips)
218 toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(comma)-mmsa)
221 toolchain-virt := $(call cc-option-yn,$(mips-cflags) -mvirt)
225 xpa-cflags-y := $(mips-cflags)
229 toolchain-crc := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mcrc)
231 toolchain-dsp := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mdsp)
233 toolchain-ginv := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mginv)
239 libs-$(CONFIG_FW_ARC) += arch/mips/fw/arc/
240 libs-$(CONFIG_FW_CFE) += arch/mips/fw/cfe/
241 libs-$(CONFIG_FW_SNIPROM) += arch/mips/fw/sni/
242 libs-y += arch/mips/fw/lib/
256 include arch/mips/Kbuild.platforms
262 entry-y = $(shell $(objtree)/arch/mips/tools/elf-entry vmlinux)
263 cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic
264 drivers-$(CONFIG_PCI) += arch/mips/pci/
329 head-y := arch/mips/kernel/head.o
331 libs-y += arch/mips/lib/
332 libs-$(CONFIG_MIPS_FP_SUPPORT) += arch/mips/math-emu/
335 core-y += arch/mips/
337 drivers-y += arch/mips/crypto/
338 drivers-$(CONFIG_OPROFILE) += arch/mips/oprofile/
341 drivers-$(CONFIG_PM) += arch/mips/power/
393 $(Q)$(MAKE) $(build)=arch/mips/boot VMLINUX=$(vmlinux-32) \
394 $(bootvars-y) arch/mips/boot/$@
399 $(Q)$(MAKE) $(build)=arch/mips/boot/compressed \
411 core-y += arch/mips/boot/dts/
432 $(Q)$(MAKE) $(clean)=arch/mips/boot
433 $(Q)$(MAKE) $(clean)=arch/mips/boot/compressed
434 $(Q)$(MAKE) $(clean)=arch/mips/boot/tools
437 $(Q)$(MAKE) $(build)=arch/mips/kernel/syscalls all