xref: /linux/arch/mips/loongson64/Makefile (revision 355a47ae7ebcf9d605aa809b259d380422e81b8d)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Common code for all Loongson based systems
4#
5
6obj-$(CONFIG_MACH_LOONGSON64) += common/
7
8#
9# Lemote Fuloong mini-PC (Loongson 2E-based)
10#
11
12obj-$(CONFIG_LEMOTE_FULOONG2E)	+= fuloong-2e/
13
14#
15# Lemote loongson2f family machines
16#
17
18obj-$(CONFIG_LEMOTE_MACH2F)  += lemote-2f/
19
20#
21# All Loongson-3 family machines
22#
23
24obj-$(CONFIG_CPU_LOONGSON3)  += loongson-3/
25