mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-18 11:38:31 +01:00
19 lines
267 B
Makefile
19 lines
267 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Common code for all Loongson 1 based systems
|
|
#
|
|
|
|
obj-$(CONFIG_MACH_LOONGSON32) += common/
|
|
|
|
#
|
|
# Loongson LS1B board
|
|
#
|
|
|
|
obj-$(CONFIG_LOONGSON1_LS1B) += ls1b/
|
|
|
|
#
|
|
# Loongson LS1C board
|
|
#
|
|
|
|
obj-$(CONFIG_LOONGSON1_LS1C) += ls1c/
|