mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-10 01:12:45 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
11
drivers/crypto/ux500/hash/Makefile
Normal file
11
drivers/crypto/ux500/hash/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
#
|
||||
# Copyright (C) ST-Ericsson SA 2010
|
||||
# Author: Shujuan Chen (shujuan.chen@stericsson.com)
|
||||
# License terms: GNU General Public License (GPL) version 2
|
||||
#
|
||||
ifdef CONFIG_CRYPTO_DEV_UX500_DEBUG
|
||||
CFLAGS_hash_core.o := -DDEBUG -O0
|
||||
endif
|
||||
|
||||
obj-$(CONFIG_CRYPTO_DEV_UX500_HASH) += ux500_hash.o
|
||||
ux500_hash-objs := hash_core.o
|
Loading…
Add table
Add a link
Reference in a new issue