Add samsung specific changes

This commit is contained in:
2025-08-11 14:29:00 +02:00
parent c66122e619
commit 4d134a1294
2688 changed files with 1127995 additions and 11475 deletions

View File

@@ -303,9 +303,3 @@ fi
# For fixdep
echo "vmlinux: $0" > .vmlinux.d
if is_enabled CONFIG_CRYPTO_SKC_FIPS; then
echo ' FIPS : Generating hmac of crypto and updating vmlinux... '
PYTHONDONTWRITEBYTECODE=0 "${srctree}/scripts/crypto/fips_crypto_integrity.py" \
"${objtree}/vmlinux" "${objtree}/crypto" "${objtree}/arch/arm64/crypto"
fi