You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
356 B
23 lines
356 B
#
|
|
# Common code for all Loongson based systems
|
|
#
|
|
|
|
obj-$(CONFIG_MACH_LOONGSON64) += common/
|
|
|
|
#
|
|
# Lemote Fuloong mini-PC (Loongson 2E-based)
|
|
#
|
|
|
|
obj-$(CONFIG_LEMOTE_FULOONG2E) += fuloong-2e/
|
|
|
|
#
|
|
# Lemote loongson2f family machines
|
|
#
|
|
|
|
obj-$(CONFIG_LEMOTE_MACH2F) += lemote-2f/
|
|
|
|
#
|
|
# All Loongson-3 family machines
|
|
#
|
|
|
|
obj-$(CONFIG_CPU_LOONGSON3) += loongson-3/
|
|
|