mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-18 10:46:44 +00:00
11 lines
328 B
Plaintext
11 lines
328 B
Plaintext
|
modules += mbedtls
|
||
|
|
||
|
mbedtls_version := 2.3.0
|
||
|
mbedtls_dir := mbedtls-$(mbedtls_version)
|
||
|
mbedtls_tar := mbedtls-$(mbedtls_version)-gpl.tgz
|
||
|
mbedtls_url := need-to-fix-url/$(mbedtls_tar)
|
||
|
mbedtls_hash := 21237014f779bde70b2d71399cc1ea53365eb7f10cdd74a13ee6329a1910cb49
|
||
|
|
||
|
mbedtls_output := library/libmbedcrypto.a
|
||
|
mbedtls_configure :=
|