mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-29 15:44:07 +00:00
build library subdirectory only
This commit is contained in:
parent
d85d72a0d7
commit
ec96a39d48
@ -1,10 +1,11 @@
|
||||
modules += mbedtls
|
||||
|
||||
mbedtls_version := 2.3.0
|
||||
mbedtls_dir := mbedtls-$(mbedtls_version)
|
||||
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_output := library/libmbedcrypto.a
|
||||
mbedtls_output := libmbedcrypto.so
|
||||
mbedtls_configure :=
|
||||
mbedtls_target := SHARED=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user