7d44d0327979ab3c4f94e2901f5f557a54ca4133
All checks were successful
Aimee OS/aimee-os/pipeline/head This commit looks good
the `KCONFIG_ENABLE_OPT` macro will not switch a `=m` value to `=y`, so if the downstream kernel configuration already enables these filesystems as modules, they will not get built into the kernel image, making the system unbootable. We need to call `KCONFIG_SET_OPT` instead to explicitly set them to be built-in.
Description
No description provided
Languages
Shell
79.6%
Makefile
20.4%