mirror of
https://github.com/torvalds/linux.git
synced 2024-12-20 01:52:13 +00: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/
|