diff options
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index ce7e02e613a7..6dcdbfb15ce3 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -362,6 +362,13 @@ cflags-$(CONFIG_BASLER_EXCITE) += -Iinclude/asm-mips/mach-excite | |||
362 | load-$(CONFIG_BASLER_EXCITE) += 0x80100000 | 362 | load-$(CONFIG_BASLER_EXCITE) += 0x80100000 |
363 | 363 | ||
364 | # | 364 | # |
365 | # LASAT platforms | ||
366 | # | ||
367 | core-$(CONFIG_LASAT) += arch/mips/lasat/ | ||
368 | cflags-$(CONFIG_LASAT) += -Iinclude/asm-mips/mach-lasat | ||
369 | load-$(CONFIG_LASAT) += 0xffffffff80000000 | ||
370 | |||
371 | # | ||
365 | # Common VR41xx | 372 | # Common VR41xx |
366 | # | 373 | # |
367 | core-$(CONFIG_MACH_VR41XX) += arch/mips/vr41xx/common/ | 374 | core-$(CONFIG_MACH_VR41XX) += arch/mips/vr41xx/common/ |
@@ -628,6 +635,11 @@ core-y += arch/mips/kernel/ arch/mips/mm/ arch/mips/math-emu/ | |||
628 | 635 | ||
629 | drivers-$(CONFIG_OPROFILE) += arch/mips/oprofile/ | 636 | drivers-$(CONFIG_OPROFILE) += arch/mips/oprofile/ |
630 | 637 | ||
638 | ifdef CONFIG_LASAT | ||
639 | rom.bin rom.sw: vmlinux | ||
640 | $(Q)$(MAKE) $(build)=arch/mips/lasat/image $@ | ||
641 | endif | ||
642 | |||
631 | # | 643 | # |
632 | # Some machines like the Indy need 32-bit ELF binaries for booting purposes. | 644 | # Some machines like the Indy need 32-bit ELF binaries for booting purposes. |
633 | # Other need ECOFF, so we build a 32-bit ELF binary for them which we then | 645 | # Other need ECOFF, so we build a 32-bit ELF binary for them which we then |
@@ -671,6 +683,7 @@ endif | |||
671 | 683 | ||
672 | archclean: | 684 | archclean: |
673 | @$(MAKE) $(clean)=arch/mips/boot | 685 | @$(MAKE) $(clean)=arch/mips/boot |
686 | @$(MAKE) $(clean)=arch/mips/lasat | ||
674 | 687 | ||
675 | define archhelp | 688 | define archhelp |
676 | echo ' vmlinux.ecoff - ECOFF boot image' | 689 | echo ' vmlinux.ecoff - ECOFF boot image' |