mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 09:08: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
12
arch/mips/pmcs-msp71xx/Makefile
Normal file
12
arch/mips/pmcs-msp71xx/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
#
|
||||
# Makefile for the PMC-Sierra MSP SOCs
|
||||
#
|
||||
obj-y += msp_prom.o msp_setup.o msp_irq.o \
|
||||
msp_time.o msp_serial.o msp_elb.o
|
||||
obj-$(CONFIG_PMC_MSP7120_GW) += msp_hwbutton.o
|
||||
obj-$(CONFIG_IRQ_MSP_SLP) += msp_irq_slp.o
|
||||
obj-$(CONFIG_IRQ_MSP_CIC) += msp_irq_cic.o msp_irq_per.o
|
||||
obj-$(CONFIG_PCI) += msp_pci.o
|
||||
obj-$(CONFIG_MSP_HAS_MAC) += msp_eth.o
|
||||
obj-$(CONFIG_MSP_HAS_USB) += msp_usb.o
|
||||
obj-$(CONFIG_MIPS_MT_SMP) += msp_smp.o
|
Loading…
Add table
Add a link
Reference in a new issue