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
14
drivers/crypto/fmp/Makefile
Normal file
14
drivers/crypto/fmp/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Exynos FMP makefile
|
||||
obj-$(CONFIG_FIPS_FMP) += first_file.o
|
||||
obj-$(CONFIG_FMP_UFS) += fmp_ufs.o
|
||||
obj-$(CONFIG_FIPS_FMP) += fmpdev.o fmp_integrity.o fmplib.o
|
||||
obj-$(CONFIG_FIPS_FMP) += hmac_fmp.o sha256_fmp.o
|
||||
obj-$(CONFIG_FIPS_FMP) += fmp_ufs_fips.o
|
||||
obj-$(CONFIG_UFS_FMP_ECRYPT_FS) += fmp_derive_iv.o
|
||||
obj-$(CONFIG_MMC_DW_FMP_ECRYPT_FS) += fmp_derive_iv.o
|
||||
obj-$(CONFIG_FIPS_FMP) += last_file.o
|
||||
|
||||
obj-$(CONFIG_FMP_MMC) += fmp_mmc.o
|
||||
|
||||
ccflags-$(CONFIG_FMP_UFS) := -Idrivers/scsi/ufs
|
||||
ccflags-$(CONFIG_FMP_MMC) := -Idrivers/mmc/host
|
Loading…
Add table
Add a link
Reference in a new issue