diff options
| author | bhgv <bhgv.empire@gmail.com> | 2020-05-12 12:50:49 +0300 |
|---|---|---|
| committer | bhgv <bhgv.empire@gmail.com> | 2020-05-12 12:50:49 +0300 |
| commit | 9b5d5f8a4640dbecdc87e5b6e7e95f71018632cf (patch) | |
| tree | d3135c3861ef93ed2523642d3c5f64c7819b7def /libiot/mkfile | |
| parent | 73c13e732072c17f3e584e11a51d1f7dc8d88e32 (diff) | |
| parent | 31b4edc67b75658ce5e2d41f2fc87331f4b26d49 (diff) | |
Merge branch 'master' of https://github.com/bhgv/Inferno-OS-bhgv
Diffstat (limited to 'libiot/mkfile')
| -rw-r--r-- | libiot/mkfile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/libiot/mkfile b/libiot/mkfile new file mode 100644 index 0000000..516eb9d --- /dev/null +++ b/libiot/mkfile @@ -0,0 +1,26 @@ +# Directories common to all architectures. +# Build in order: +# - critical libraries used by the limbo compiler +# - the limbo compiler (used to build some subsequent libraries) +# - the remaining libraries +# - commands +# - utilities + +<$ROOT/mkconfig + +LIB=libiot.a + +OFILES=\ + +CFLAGS=\ + $CFLAGS\ + -Iinclude\ + +#<pthread/mkfile +<freertos/mkfile +<sys/mkfile +<hal/mkfile +<spiffs/mkfile +<vfs/mkfile + +<$ROOT/mkfiles/mksyslib-$SHELLTYPE |
