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/
|