diff options
Diffstat (limited to 'arch/mips/kernel/Makefile')
-rw-r--r-- | arch/mips/kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/Makefile b/arch/mips/kernel/Makefile index 97540a80b833..6133e8b6bbfc 100644 --- a/arch/mips/kernel/Makefile +++ b/arch/mips/kernel/Makefile | |||
@@ -108,6 +108,7 @@ obj-$(CONFIG_MIPS_CM) += mips-cm.o | |||
108 | obj-$(CONFIG_MIPS_CPC) += mips-cpc.o | 108 | obj-$(CONFIG_MIPS_CPC) += mips-cpc.o |
109 | 109 | ||
110 | obj-$(CONFIG_CPU_PM) += pm.o | 110 | obj-$(CONFIG_CPU_PM) += pm.o |
111 | obj-$(CONFIG_MIPS_CPS_PM) += pm-cps.o | ||
111 | 112 | ||
112 | # | 113 | # |
113 | # DSP ASE supported for MIPS32 or MIPS64 Release 2 cores only. It is not | 114 | # DSP ASE supported for MIPS32 or MIPS64 Release 2 cores only. It is not |