mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 03:23:47 +07:00
12 lines
159 B
Makefile
12 lines
159 B
Makefile
|
#
|
||
|
# Common code for all Loongson 1 based systems
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_MACH_LOONGSON1) += common/
|
||
|
|
||
|
#
|
||
|
# Loongson LS1B board
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_LOONGSON1_LS1B) += ls1b/
|