mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18: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
9
arch/arm/mach-zynq/Makefile
Normal file
9
arch/arm/mach-zynq/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
#
|
||||
# Makefile for the linux kernel.
|
||||
#
|
||||
|
||||
# Common support
|
||||
obj-y := common.o slcr.o pm.o
|
||||
CFLAGS_REMOVE_hotplug.o =-march=armv6k
|
||||
CFLAGS_hotplug.o =-Wa,-march=armv7-a -mcpu=cortex-a9
|
||||
obj-$(CONFIG_SMP) += headsmp.o platsmp.o
|
Loading…
Add table
Add a link
Reference in a new issue