From 31b4edc67b75658ce5e2d41f2fc87331f4b26d49 Mon Sep 17 00:00:00 2001 From: bhgv Date: Sun, 10 May 2020 02:59:23 +0300 Subject: a try to add support of FreeRTOS riscV-64 (k210 cpu). first step --- libiot/pthread/mkfile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libiot/pthread/mkfile (limited to 'libiot/pthread/mkfile') diff --git a/libiot/pthread/mkfile b/libiot/pthread/mkfile new file mode 100644 index 0000000..2fc273c --- /dev/null +++ b/libiot/pthread/mkfile @@ -0,0 +1,10 @@ +#<$ROOT/mkconfig + +#LIB=libspiffs.a +OFILES=\ + $OFILES\ + pthread/mutex.$O\ + +#HFILES= $ROOT/include/bio.h + +#<$ROOT/mkfiles/mksyslib-$SHELLTYPE -- cgit v1.2.3