aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorPaul Sokolovsky2015-10-15 00:46:39 +0300
committerPaul Sokolovsky2015-10-17 15:52:35 +0300
commitc13be69a8e5c453d9eb59cea070c355964a5b09e (patch)
treed3a452c8cde219f387c9e8e37affc3f46719f661 /.gitmodules
parent035a0a2b6e5e3e6908927d3627887fbd581b7469 (diff)
lib/libffi: Add libffi as a submodule.
This allows to build libffi from source together with micropython, and is useful for cross-compilation. Support for this was already merged previously, to use: make libffi make MICROPY_STANDALONE=1 (To both commands appropriate cross-compilition flags can be added).
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 46644cc88..f12681b6b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -2,3 +2,6 @@
path = lib/axtls
url = https://github.com/pfalcon/axtls
branch = micropython
+[submodule "lib/libffi"]
+ path = lib/libffi
+ url = https://github.com/atgreen/libffi