Skip to content

Commit

Permalink
depmod: Recurse deeper in search of tricksy hobbitses
Browse files Browse the repository at this point in the history
Signed-off-by: Reilly Brogan <[email protected]>
  • Loading branch information
ReillyBrogan committed Dec 6, 2023
1 parent b5a92ec commit 3260635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/kernel/depmod.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ static const char *module_paths[] = {
/* Glob all module directories and track individually */
KERNEL_MODULES_DIR "/*",
KERNEL_MODULES_DIR "/*/*", /* ./extra/ */
KERNEL_MODULES_DIR "/*/kernel/drivers/*", /* i.e. nvidia in video dir */
KERNEL_MODULES_DIR "/*/kernel/drivers/*/*", /* i.e. nvidia in video dir */
};

/**
Expand Down

0 comments on commit 3260635

Please sign in to comment.