git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
24 lines
356 B
Makefile
24 lines
356 B
Makefile
#
|
|
# Common code for all Loongson based systems
|
|
#
|
|
|
|
obj-$(CONFIG_MACH_LOONGSON64) += common/
|
|
|
|
#
|
|
# Lemote Fuloong mini-PC (Loongson 2E-based)
|
|
#
|
|
|
|
obj-$(CONFIG_LEMOTE_FULOONG2E) += fuloong-2e/
|
|
|
|
#
|
|
# Lemote loongson2f family machines
|
|
#
|
|
|
|
obj-$(CONFIG_LEMOTE_MACH2F) += lemote-2f/
|
|
|
|
#
|
|
# All Loongson-3 family machines
|
|
#
|
|
|
|
obj-$(CONFIG_CPU_LOONGSON3) += loongson-3/
|