mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-21 05:53:14 +00:00
b6651ee8ec
- licensing change to APACHE 2.0 - sha256sum changed too TODO: bump version to 3.1+, not trivial.
21 lines
509 B
Plaintext
21 lines
509 B
Plaintext
modules-$(CONFIG_MBEDTLS) += mbedtls
|
|
|
|
mbedtls_version := 2.4.2
|
|
mbedtls_dir := mbedtls-$(mbedtls_version)
|
|
mbedtls_tar := mbedtls-$(mbedtls_version).tar.gz
|
|
mbedtls_url := https://github.com/ARMmbed/mbedtls/archive/$(mbedtls_tar)
|
|
mbedtls_hash := b7afab6a0f86e29c6055848b70d183c4e2531cb0ec955b66c0e4e1b7e4954bf4
|
|
|
|
mbedtls_libraries := library/libmbedcrypto.so.0
|
|
|
|
mbedtls_configure :=
|
|
|
|
mbedtls_target := \
|
|
SHARED=1 \
|
|
DESTDIR=$(INSTALL) \
|
|
$(CROSS_TOOLS) \
|
|
$(MAKE_JOBS) \
|
|
install
|
|
|
|
mbedtls_depends := $(musl_dep)
|