diff options
Diffstat (limited to 'arch/mips/generic/Makefile')
-rw-r--r-- | arch/mips/generic/Makefile | 15 |
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 | |||
7 | obj-y += init.o | ||
8 | obj-y += irq.o | ||
9 | obj-y += proc.o | ||
10 | |||
11 | obj-$(CONFIG_YAMON_DT_SHIM) += yamon-dt.o | ||
12 | obj-$(CONFIG_LEGACY_BOARD_SEAD3) += board-sead3.o | ||
13 | obj-$(CONFIG_LEGACY_BOARD_OCELOT) += board-ocelot.o | ||
14 | obj-$(CONFIG_MACH_INGENIC) += board-ingenic.o | ||
15 | obj-$(CONFIG_VIRT_BOARD_RANCHU) += board-ranchu.o | ||