mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
12 lines
187 B
Makefile
12 lines
187 B
Makefile
|
#
|
||
|
# Common code for all Loongson based systems
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_MACH_LOONGSON) += common/
|
||
|
|
||
|
#
|
||
|
# Lemote Fuloong mini-PC (Loongson 2E-based)
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_LEMOTE_FULOONG2E) += fuloong-2e/
|