mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00: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/
|