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
19
arch/arm/mach-w90x900/Makefile
Normal file
19
arch/arm/mach-w90x900/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
#
|
||||
# Makefile for the linux kernel.
|
||||
#
|
||||
|
||||
# Object file lists.
|
||||
|
||||
obj-y := irq.o time.o mfp.o gpio.o clock.o
|
||||
obj-y += clksel.o dev.o cpu.o
|
||||
# W90X900 CPU support files
|
||||
|
||||
obj-$(CONFIG_CPU_W90P910) += nuc910.o
|
||||
obj-$(CONFIG_CPU_NUC950) += nuc950.o
|
||||
obj-$(CONFIG_CPU_NUC960) += nuc960.o
|
||||
|
||||
# machine support
|
||||
|
||||
obj-$(CONFIG_MACH_W90P910EVB) += mach-nuc910evb.o
|
||||
obj-$(CONFIG_MACH_W90P950EVB) += mach-nuc950evb.o
|
||||
obj-$(CONFIG_MACH_W90N960EVB) += mach-nuc960evb.o
|
Loading…
Add table
Add a link
Reference in a new issue