code: 9ferno

Download patch

ref: e7b263afeca399a5297c517ce895b130bbc6c473
parent: 779e097fb890f3da6aa36a526293ab82d5e028b5
author: joe9 <joe9mail@gmail.com>
date: Sat Jul 17 03:05:51 EDT 2021

build libfis and libflate while build other libraries

--- a/mkfile
+++ b/mkfile
@@ -6,9 +6,13 @@
 #	- commands
 #	- utilities
 
+# TODO libfis and libflate are required by the native kernel and not emu
+#	move them to KERNEL_DIRS(?)
 EMUDIRS=\
 	lib9\
 	libbio\
+	libfis\
+	libflate\
 	libmp\
 	libsec\
 	libmath\
@@ -29,8 +33,6 @@
 
 
 KERNEL_DIRS=\
-	libfis\
-	libflate\
 	os\
 	os/boot/pc\