mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-29 07:18:51 +01:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
11
arch/avr32/lib/Makefile
Normal file
11
arch/avr32/lib/Makefile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#
|
||||
# Makefile for AVR32-specific library files
|
||||
#
|
||||
|
||||
lib-y := copy_user.o clear_user.o
|
||||
lib-y += strncpy_from_user.o strnlen_user.o
|
||||
lib-y += delay.o memset.o memcpy.o findbit.o
|
||||
lib-y += csum_partial.o csum_partial_copy_generic.o
|
||||
lib-y += io-readsw.o io-readsl.o io-writesw.o io-writesl.o
|
||||
lib-y += io-readsb.o io-writesb.o
|
||||
lib-y += __avr32_lsl64.o __avr32_lsr64.o __avr32_asr64.o
|
||||
Loading…
Add table
Add a link
Reference in a new issue