2009-07-02 15:26:45 +00:00
|
|
|
#
|
|
|
|
# Common code for all Loongson based systems
|
|
|
|
#
|
|
|
|
|
2015-04-21 02:00:35 +00:00
|
|
|
obj-$(CONFIG_MACH_LOONGSON64) += common/
|
2009-07-02 15:26:45 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Lemote Fuloong mini-PC (Loongson 2E-based)
|
|
|
|
#
|
|
|
|
|
2013-01-22 11:59:30 +00:00
|
|
|
obj-$(CONFIG_LEMOTE_FULOONG2E) += fuloong-2e/
|
2009-11-09 16:06:14 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Lemote loongson2f family machines
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-$(CONFIG_LEMOTE_MACH2F) += lemote-2f/
|
2014-03-21 10:44:04 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# All Loongson-3 family machines
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-$(CONFIG_CPU_LOONGSON3) += loongson-3/
|