README: Remove references to "make axtls", it's no longer needed.
Since 0be2ea50e9
axtls is automatically built
as part of the usual "make" build process.
This commit is contained in:
parent
d94aa577a6
commit
51482ba925
|
@ -76,7 +76,6 @@ To build (see section below for required dependencies):
|
||||||
|
|
||||||
$ git submodule update --init
|
$ git submodule update --init
|
||||||
$ cd ports/unix
|
$ cd ports/unix
|
||||||
$ make axtls
|
|
||||||
$ make
|
$ make
|
||||||
|
|
||||||
Then to give it a try:
|
Then to give it a try:
|
||||||
|
|
|
@ -50,7 +50,6 @@ $ make -C mpy-cross
|
||||||
Then, to build MicroPython for the ESP8266, just run:
|
Then, to build MicroPython for the ESP8266, just run:
|
||||||
```bash
|
```bash
|
||||||
$ cd ports/esp8266
|
$ cd ports/esp8266
|
||||||
$ make axtls
|
|
||||||
$ make
|
$ make
|
||||||
```
|
```
|
||||||
This will produce binary images in the `build/` subdirectory. If you install
|
This will produce binary images in the `build/` subdirectory. If you install
|
||||||
|
|
Loading…
Reference in New Issue