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
17
arch/powerpc/platforms/52xx/Makefile
Normal file
17
arch/powerpc/platforms/52xx/Makefile
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#
|
||||
# Makefile for 52xx based boards
|
||||
#
|
||||
obj-y += mpc52xx_pic.o mpc52xx_common.o mpc52xx_gpt.o
|
||||
obj-$(CONFIG_PCI) += mpc52xx_pci.o
|
||||
|
||||
obj-$(CONFIG_PPC_MPC5200_SIMPLE) += mpc5200_simple.o
|
||||
obj-$(CONFIG_PPC_EFIKA) += efika.o
|
||||
obj-$(CONFIG_PPC_LITE5200) += lite5200.o
|
||||
obj-$(CONFIG_PPC_MEDIA5200) += media5200.o
|
||||
|
||||
obj-$(CONFIG_PM) += mpc52xx_sleep.o mpc52xx_pm.o
|
||||
ifeq ($(CONFIG_PPC_LITE5200),y)
|
||||
obj-$(CONFIG_PM) += lite5200_sleep.o lite5200_pm.o
|
||||
endif
|
||||
|
||||
obj-$(CONFIG_PPC_MPC5200_LPBFIFO) += mpc52xx_lpbfifo.o
|
||||
Loading…
Add table
Add a link
Reference in a new issue