diff options
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 |
