diff options
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index bc1c44274a58..26528b600b97 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -683,7 +683,7 @@ drivers-$(CONFIG_OPROFILE) += arch/mips/oprofile/ | |||
683 | 683 | ||
684 | ifdef CONFIG_LASAT | 684 | ifdef CONFIG_LASAT |
685 | rom.bin rom.sw: vmlinux | 685 | rom.bin rom.sw: vmlinux |
686 | $(call descend,arch/mips/lasat/image,$@) | 686 | $(Q)$(MAKE) $(build)=arch/mips/lasat/image $@ |
687 | endif | 687 | endif |
688 | 688 | ||
689 | # | 689 | # |