diff options
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index e5ccc3490d6a..807572a6a4d2 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -677,6 +677,9 @@ core-y += arch/mips/kernel/ arch/mips/mm/ arch/mips/math-emu/ | |||
677 | 677 | ||
678 | drivers-$(CONFIG_OPROFILE) += arch/mips/oprofile/ | 678 | drivers-$(CONFIG_OPROFILE) += arch/mips/oprofile/ |
679 | 679 | ||
680 | # suspend and hibernation support | ||
681 | drivers-$(CONFIG_PM) += arch/mips/power/ | ||
682 | |||
680 | ifdef CONFIG_LASAT | 683 | ifdef CONFIG_LASAT |
681 | rom.bin rom.sw: vmlinux | 684 | rom.bin rom.sw: vmlinux |
682 | $(Q)$(MAKE) $(build)=arch/mips/lasat/image $@ | 685 | $(Q)$(MAKE) $(build)=arch/mips/lasat/image $@ |