Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1bfc8e11 authored by Spandan Das's avatar Spandan Das
Browse files

Update code comment to match behavior

If `BOARD_SYSTEM_KERNEL_MODULES_LOAD` is empty, we do not generate a
modules.load file. modules.dep is still generated for system

Test: NA
Change-Id: Ia9aaea6fd818016fabae59444474aa2ffd874117
parent 66e0b243
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -692,7 +692,7 @@ endif

BOARD_KERNEL_MODULE_DIRS += top

# Default to not generating modules.dep for kernel modules on system
# Default to not generating modules.load for kernel modules on system
# side. We should only load these modules if they are depended by vendor
# side modules.
ifeq ($(BOARD_SYSTEM_KERNEL_MODULES_LOAD),)