aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/efi/loader/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/efi/loader/conf.c')
-rw-r--r--sys/boot/efi/loader/conf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/boot/efi/loader/conf.c b/sys/boot/efi/loader/conf.c
index ecbf8b02c8e3..91d4c714718e 100644
--- a/sys/boot/efi/loader/conf.c
+++ b/sys/boot/efi/loader/conf.c
@@ -51,7 +51,11 @@ struct fs_ops *file_system[] = {
&dosfs_fsops,
&ufs_fsops,
&cd9660_fsops,
+#ifdef LOADER_TFTP_SUPPORT
+ &tftp_fsops,
+#else
&nfs_fsops,
+#endif
&gzipfs_fsops,
&bzipfs_fsops,
NULL