heads/modules/mbedtls
Trammell Hudson 4fbd6ca58b
Make coreboot building modular to support multiple boards.
This touches most of the module configurations since the
coreboot build process had to add a few new features.
The Linux kernel could make use of it as well if we need
separate x230/chell/qemu kernels, for instance.
2016-11-23 12:11:08 -05:00

15 lines
414 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
mbedtls_config := mbedtls.config