integrate C/LDFLAGS into LunaBuild flow
[lunaix-os.git] / lunaix-os / kernel / fs / fs_export.c
index 046204f026e556b5e4736433710df8362bc29e83..dffff0ae70f50b4042084be127a51f32c132fa8b 100644 (file)
@@ -41,9 +41,8 @@ void
 __version_rd(struct twimap* map)
 {
     twimap_printf(map,
-                  "LunaixOS version %s (%s-gnu-gcc %s) %s %s",
-                  LUNAIX_VER,
-                  PLATFORM_TARGET,
+                  "LunaixOS version %s (gnu-cc %s) %s %s",
+                  CONFIG_LUNAIX_VER,
                   __VERSION__,
                   __DATE__,
                   __TIME__);
@@ -59,4 +58,5 @@ vfs_export_attributes()
 
     map = twifs_mapping(NULL, NULL, "version");
     map->read = __version_rd;
-}
\ No newline at end of file
+}
+EXPORT_TWIFS_PLUGIN(vfs_general, vfs_export_attributes);
\ No newline at end of file