Skip to content

Commit 55fb54a

Browse files
author
Mitchell Levy
committed
Apparently MODLIB breaks depmod
1 parent d60fa54 commit 55fb54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ as follows:
3535

3636
3. Build the kernel using the WSL2 kernel configuration and put the modules in a `modules`
3737
folder under the current working directory:
38-
`$ make KCONFIG_CONFIG=Microsoft/config-wsl && make MODLIB="$PWD/modules" modules_install`
38+
`$ make KCONFIG_CONFIG=Microsoft/config-wsl && make INSTALL_MOD_PATH="$PWD/modules" modules_install`
3939

4040
You may wish to include `-j$(nproc)` on the first `make` command to build in parallel.
4141

0 commit comments

Comments
 (0)