aboutsummaryrefslogtreecommitdiff
path: root/libiot/mkfile
diff options
context:
space:
mode:
authorbhgv <bhgv.empire@gmail.com>2020-05-10 02:59:23 +0300
committerbhgv <bhgv.empire@gmail.com>2020-05-10 02:59:23 +0300
commit31b4edc67b75658ce5e2d41f2fc87331f4b26d49 (patch)
treea7b6ea659fe62e0a7239f29170024f524595fb4d /libiot/mkfile
parentc76314f0f38f4ed028610a6db4452879a556b35f (diff)
a try to add support of FreeRTOS riscV-64 (k210 cpu). first step
Diffstat (limited to 'libiot/mkfile')
-rw-r--r--libiot/mkfile26
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