diff options
author | Damien George <damien.p.george@gmail.com> | 2018-11-15 14:48:17 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-11-15 14:48:17 +1100 |
commit | 51482ba92568a9793fea34213ed74be850920a5a (patch) | |
tree | a350b1620b753c5b00fb6aa981bbfb90b0a65429 | |
parent | d94aa577a65c10e7fe2e7ce5021b79fb30a03274 (diff) |
README: Remove references to "make axtls", it's no longer needed.
Since 0be2ea50e98f9d742b9611d0289853a11d9e7f53 axtls is automatically built
as part of the usual "make" build process.
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | ports/esp8266/README.md | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -76,7 +76,6 @@ To build (see section below for required dependencies): $ git submodule update --init $ cd ports/unix - $ make axtls $ make Then to give it a try: diff --git a/ports/esp8266/README.md b/ports/esp8266/README.md index f4dddd1ca..402798928 100644 --- a/ports/esp8266/README.md +++ b/ports/esp8266/README.md @@ -50,7 +50,6 @@ $ make -C mpy-cross Then, to build MicroPython for the ESP8266, just run: ```bash $ cd ports/esp8266 -$ make axtls $ make ``` This will produce binary images in the `build/` subdirectory. If you install |