diff options
Diffstat (limited to 'arch/mips/loongson32/Makefile')
-rw-r--r-- | arch/mips/loongson32/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/mips/loongson32/Makefile b/arch/mips/loongson32/Makefile new file mode 100644 index 000000000..ba10954b4 --- /dev/null +++ b/arch/mips/loongson32/Makefile | |||
@@ -0,0 +1,18 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
2 | # | ||
3 | # Common code for all Loongson 1 based systems | ||
4 | # | ||
5 | |||
6 | obj-$(CONFIG_MACH_LOONGSON32) += common/ | ||
7 | |||
8 | # | ||
9 | # Loongson LS1B board | ||
10 | # | ||
11 | |||
12 | obj-$(CONFIG_LOONGSON1_LS1B) += ls1b/ | ||
13 | |||
14 | # | ||
15 | # Loongson LS1C board | ||
16 | # | ||
17 | |||
18 | obj-$(CONFIG_LOONGSON1_LS1C) += ls1c/ | ||