aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/boot/common/module.c1
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
};