mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-29 15:28:50 +01:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
23
arch/mips/loongson/Makefile
Normal file
23
arch/mips/loongson/Makefile
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
#
|
||||
# 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/
|
||||
|
||||
#
|
||||
# Lemote loongson2f family machines
|
||||
#
|
||||
|
||||
obj-$(CONFIG_LEMOTE_MACH2F) += lemote-2f/
|
||||
|
||||
#
|
||||
# All Loongson-3 family machines
|
||||
#
|
||||
|
||||
obj-$(CONFIG_CPU_LOONGSON3) += loongson-3/
|
||||
Loading…
Add table
Add a link
Reference in a new issue