Skip to content

Commit 199edc5

Browse files
Mitchell Levychessturo
authored andcommitted
Apparently MODLIB breaks depmod
1 parent c545091 commit 199edc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)