1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

Update to latest BearSSL code. (#5669)

This commit is contained in:
Earle F. Philhower, III
2019-01-25 18:59:05 +00:00
committed by GitHub
parent 5e4c2e9750
commit a9fb6db0c8
5 changed files with 63 additions and 3 deletions

View File

@ -3,7 +3,7 @@
VER_H=../include/bearssl/bearssl_git.h
all T0 clean: bearssl/README.txt
PATH=$(PATH):$(PWD)/../../xtensa-lx106-elf/bin/ && cd bearssl && make CONF=esp8266 $@
PATH="$(PATH):$(PWD)/../../xtensa-lx106-elf/bin/" && cd bearssl && make CONF=esp8266 $@
install: all version-header
cp bearssl/esp8266/libbearssl.a ../lib/.