mirror of
https://github.com/MiSTer-devel/Linux-Kernel_MiSTer.git
synced 2026-04-26 03:04:36 +00:00
19 lines
314 B
Makefile
19 lines
314 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Common code for all Loongson based systems
|
|
#
|
|
|
|
obj-$(CONFIG_MACH_LOONGSON2EF) += common/
|
|
|
|
#
|
|
# Lemote Fuloong mini-PC (Loongson 2E-based)
|
|
#
|
|
|
|
obj-$(CONFIG_LEMOTE_FULOONG2E) += fuloong-2e/
|
|
|
|
#
|
|
# Lemote loongson2f family machines
|
|
#
|
|
|
|
obj-$(CONFIG_LEMOTE_MACH2F) += lemote-2f/
|