mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 17:02:46 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
15
arch/frv/mb93090-mb00/Makefile
Normal file
15
arch/frv/mb93090-mb00/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
#
|
||||
# Makefile for the MB93090-MB00 motherboard stuff
|
||||
#
|
||||
|
||||
ifeq "$(CONFIG_PCI)" "y"
|
||||
obj-y := pci-frv.o pci-irq.o pci-vdk.o
|
||||
|
||||
ifeq "$(CONFIG_MMU)" "y"
|
||||
obj-y += pci-dma.o
|
||||
else
|
||||
obj-y += pci-dma-nommu.o
|
||||
endif
|
||||
endif
|
||||
|
||||
obj-$(CONFIG_MTD) += flash.o
|
Loading…
Add table
Add a link
Reference in a new issue