aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/i386/loader/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/i386/loader/conf.c')
-rw-r--r--sys/boot/i386/loader/conf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/i386/loader/conf.c b/sys/boot/i386/loader/conf.c
index d925a350f09d..4d44fbb008dd 100644
--- a/sys/boot/i386/loader/conf.c
+++ b/sys/boot/i386/loader/conf.c
@@ -80,7 +80,9 @@ struct fs_ops *file_system[] = {
#if defined(LOADER_NANDFS_SUPPORT)
&nandfs_fsops,
#endif
+#ifdef LOADER_SPLIT_SUPPORT
&splitfs_fsops,
+#endif
#ifdef LOADER_GZIP_SUPPORT
&gzipfs_fsops,
#endif