Jiaxun Yang | 71e2f4d | 2019-10-20 22:43:14 +0800 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
2 | # | ||||
3 | # Common code for all Loongson based systems | ||||
4 | # | ||||
5 | |||||
6 | obj-$(CONFIG_MACH_LOONGSON2EF) += common/ | ||||
7 | |||||
8 | # | ||||
9 | # Lemote Fuloong mini-PC (Loongson 2E-based) | ||||
10 | # | ||||
11 | |||||
12 | obj-$(CONFIG_LEMOTE_FULOONG2E) += fuloong-2e/ | ||||
13 | |||||
14 | # | ||||
15 | # Lemote loongson2f family machines | ||||
16 | # | ||||
17 | |||||
18 | obj-$(CONFIG_LEMOTE_MACH2F) += lemote-2f/ |