aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/generic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/generic/Makefile')
-rw-r--r--arch/mips/generic/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/mips/generic/Makefile b/arch/mips/generic/Makefile
new file mode 100644
index 000000000..e37a59bae
--- /dev/null
+++ b/arch/mips/generic/Makefile
@@ -0,0 +1,15 @@
1# SPDX-License-Identifier: GPL-2.0-or-later
2#
3# Copyright (C) 2016 Imagination Technologies
4# Author: Paul Burton <paul.burton@mips.com>
5#
6
7obj-y += init.o
8obj-y += irq.o
9obj-y += proc.o
10
11obj-$(CONFIG_YAMON_DT_SHIM) += yamon-dt.o
12obj-$(CONFIG_LEGACY_BOARD_SEAD3) += board-sead3.o
13obj-$(CONFIG_LEGACY_BOARD_OCELOT) += board-ocelot.o
14obj-$(CONFIG_MACH_INGENIC) += board-ingenic.o
15obj-$(CONFIG_VIRT_BOARD_RANCHU) += board-ranchu.o