mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 01:28:05 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
17
arch/mips/txx9/Makefile
Normal file
17
arch/mips/txx9/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
#
|
||||
# Common TXx9
|
||||
#
|
||||
obj-$(CONFIG_MACH_TX39XX) += generic/
|
||||
obj-$(CONFIG_MACH_TX49XX) += generic/
|
||||
|
||||
#
|
||||
# Toshiba JMR-TX3927 board
|
||||
#
|
||||
obj-$(CONFIG_TOSHIBA_JMR3927) += jmr3927/
|
||||
|
||||
#
|
||||
# Toshiba RBTX49XX boards
|
||||
#
|
||||
obj-$(CONFIG_TOSHIBA_RBTX4927) += rbtx4927/
|
||||
obj-$(CONFIG_TOSHIBA_RBTX4938) += rbtx4938/
|
||||
obj-$(CONFIG_TOSHIBA_RBTX4939) += rbtx4939/
|
Loading…
Add table
Add a link
Reference in a new issue