blob: dc16a23c171ffe8a46733fb539208697d084e1aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# SPDX-License-Identifier: GPL-2.0-only
#
# Common code for all Loongson based systems
#
obj-$(CONFIG_MACH_LOONGSON64) += common/
#
# All Loongson-3 family machines
#
obj-$(CONFIG_CPU_LOONGSON64) += loongson-3/
|