268a2d6001
CPU_LOONGSON2 -> CPU_LOONGSON2EF CPU_LOONGSON3 -> CPU_LOONGSON64 As newer loongson-2 products (2G/2H/2K1000) can share kernel implementation with loongson-3 while 2E/2F are less similar with other LOONGSON64 products. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Paul Burton <paulburton@kernel.org> Cc: linux-mips@vger.kernel.org Cc: chenhc@lemote.com Cc: paul.burton@mips.com
25 lines
397 B
Makefile
25 lines
397 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# 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_LOONGSON64) += loongson-3/
|