Wu Zhangjin | 85749d2 | 2009-07-02 23:26:45 +0800 | [diff] [blame] | 1 | # |
2 | # Common code for all Loongson based systems | ||||
3 | # | ||||
4 | |||||
5 | obj-$(CONFIG_MACH_LOONGSON) += common/ | ||||
6 | |||||
7 | # | ||||
8 | # Lemote Fuloong mini-PC (Loongson 2E-based) | ||||
9 | # | ||||
10 | |||||
11 | obj-$(CONFIG_LEMOTE_FULOONG2E) += fuloong-2e/ | ||||
Wu Zhangjin | 6616db7 | 2009-11-10 00:06:14 +0800 | [diff] [blame] | 12 | |
13 | # | ||||
14 | # Lemote loongson2f family machines | ||||
15 | # | ||||
16 | |||||
17 | obj-$(CONFIG_LEMOTE_MACH2F) += lemote-2f/ |