summaryrefslogtreecommitdiff
path: root/arch/mips/mach-mtmips/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/mach-mtmips/Makefile')
-rw-r--r--arch/mips/mach-mtmips/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/mach-mtmips/Makefile b/arch/mips/mach-mtmips/Makefile
new file mode 100644
index 0000000000..1f3e65e8a5
--- /dev/null
+++ b/arch/mips/mach-mtmips/Makefile
@@ -0,0 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0+
+
+obj-y += cpu.o
+
+ifndef CONFIG_SKIP_LOWLEVEL_INIT
+obj-y += ddr_calibrate.o
+obj-y += lowlevel_init.o
+endif