diff options
Diffstat (limited to 'arch/mips/cpu/Makefile')
-rw-r--r-- | arch/mips/cpu/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/cpu/Makefile b/arch/mips/cpu/Makefile index fc6b455c68..429fd3a50c 100644 --- a/arch/mips/cpu/Makefile +++ b/arch/mips/cpu/Makefile @@ -7,3 +7,5 @@ extra-y = start.o obj-y += time.o obj-y += interrupts.o obj-y += cpu.o + +obj-$(CONFIG_MIPS_CM) += cm_init.o |