diff options
Diffstat (limited to 'sys/boot/common')
| -rw-r--r-- | sys/boot/common/module.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/common/module.c b/sys/boot/common/module.c index adeb1b8ca811..682329463176 100644 --- a/sys/boot/common/module.c +++ b/sys/boot/common/module.c @@ -75,6 +75,7 @@ struct preloaded_file *preloaded_files = NULL; static char *kld_ext_list[] = { ".ko", "", + ".debug", NULL }; |
