mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-07 05:04:04 +08: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/
|