mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-20 05:28:08 +00:00
e55a6a4df4
rename TARGET to BOARD (fix #55) use .INTERMEDIATE trick to avoid building multiple times (fix #52) Don't touch build/*/.config if we don't have to (fix #51)
14 lines
381 B
Plaintext
14 lines
381 B
Plaintext
modules += mbedtls
|
|
|
|
mbedtls_version := 2.3.0
|
|
mbedtls_dir := mbedtls-$(mbedtls_version)/library
|
|
mbedtls_tar := mbedtls-$(mbedtls_version)-gpl.tgz
|
|
mbedtls_url := https://tls.mbed.org/download/$(mbedtls_tar)
|
|
mbedtls_hash := 21237014f779bde70b2d71399cc1ea53365eb7f10cdd74a13ee6329a1910cb49
|
|
|
|
mbedtls_libraries := \
|
|
libmbedcrypto.so.0 \
|
|
|
|
mbedtls_configure :=
|
|
mbedtls_target := SHARED=1
|